virt2/api/templates/admin/assets/vendor_components/popper/.bithoundrc

19 lines
303 B
Plaintext
Executable File

{
"dependencies": {
"mute": [
"jsdoc-to-markdown"
]
},
"critics": {
"lint": { "engine": "none" }
},
"ignore": [
"**/docs/**",
"packages/scripts/**",
"packages/test-utils/**"
],
"test": [
"**/tests/**"
]
}