]> zoso.dev Git - buffer.git/commitdiff
change standard ignore syntax
authorFeross Aboukhadijeh <feross@feross.org>
Sat, 10 Sep 2016 19:32:14 +0000 (12:32 -0700)
committerFeross Aboukhadijeh <feross@feross.org>
Sat, 10 Sep 2016 19:32:14 +0000 (12:32 -0700)
this has no meaningful effect at the moment, but if we add folders to
perf/ or test/node in the future, those subfolders will also be ignored

package.json

index 165b3bd0a8131891cc175b2346216a039233d1bb..82d962db717ee6e5bcc9ca8732e5589e47c5082f 100644 (file)
@@ -69,9 +69,9 @@
   },
   "standard": {
     "ignore": [
-      "test/node/*.js",
+      "test/node/**/*.js",
       "test/_polyfill.js",
-      "perf/*.js"
+      "perf/**/*.js"
     ]
   }
 }