Skip to content

Commit a3babd3

Browse files
committed
This should work better.
1 parent 376a5f2 commit a3babd3

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

.bithoundrc

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
"ignore": [
2-
"dist/**",
3-
"node_modules/**",
4-
"demo/**",
5-
"coverage/**"
6-
],
7-
"test": [
8-
"spec/**"
9-
],
10-
"critics": {
11-
"lint": "jshint"
1+
{
2+
"ignore": [
3+
"dist/**",
4+
"**/node_modules/**",
5+
"**/bower_components/**"
6+
"**/demo/**",
7+
"**/coverage/**"
8+
],
9+
"test": [
10+
"**/spec/**"
11+
],
12+
"critics": {
13+
"lint": "jshint"
14+
}
1215
}

0 commit comments

Comments
 (0)