This should work better.

This commit is contained in:
d 2016-03-02 08:49:41 -05:00
commit a3babd353c

View file

@ -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"
}
}