This should work better.
This commit is contained in:
parent
376a5f2945
commit
a3babd353c
1 changed files with 14 additions and 11 deletions
25
.bithoundrc
25
.bithoundrc
|
|
@ -1,12 +1,15 @@
|
|||
"ignore": [
|
||||
"dist/**",
|
||||
"node_modules/**",
|
||||
"demo/**",
|
||||
"coverage/**"
|
||||
],
|
||||
"test": [
|
||||
"spec/**"
|
||||
],
|
||||
"critics": {
|
||||
"lint": "jshint"
|
||||
{
|
||||
"ignore": [
|
||||
"dist/**",
|
||||
"**/node_modules/**",
|
||||
"**/bower_components/**"
|
||||
"**/demo/**",
|
||||
"**/coverage/**"
|
||||
],
|
||||
"test": [
|
||||
"**/spec/**"
|
||||
],
|
||||
"critics": {
|
||||
"lint": "jshint"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue