vue/.bithoundrc
2015-08-18 17:10:29 -04:00

15 lines
205 B
Plaintext

{
"ignore": [
"**/node_modules/**",
"**/build/**",
"**/dist/**",
"**/examples/**",
"**/perf/**",
"gruntfile.js",
"**/test/unit/lib/**"
],
"test": [
"**/test/**"
]
}