html-webpack-plugin/.bithoundrc

10 lines
104 B
Plaintext

{
"ignore": [
"**/examples/**",
"**/node_modules/**",
],
"test": [
"**/spec/**"
]
}