From 7a386697ffe9c32d9aff9c1ae4a7e28f83170703 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 10 Sep 2016 12:32:14 -0700 Subject: [PATCH] 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 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ] } } -- 2.34.1