From: Feross Aboukhadijeh Date: Sat, 10 Sep 2016 19:32:14 +0000 (-0700) Subject: change standard ignore syntax X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=7a386697ffe9c32d9aff9c1ae4a7e28f83170703;p=buffer.git change standard ignore syntax 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 --- diff --git a/package.json b/package.json index 165b3bd..82d962d 100644 --- a/package.json +++ b/package.json @@ -69,9 +69,9 @@ }, "standard": { "ignore": [ - "test/node/*.js", + "test/node/**/*.js", "test/_polyfill.js", - "perf/*.js" + "perf/**/*.js" ] } }