Remove redundant glob for linting

master
Futago-za Ryuu 6 years ago
parent a79757683f
commit 269b36b9db

@ -36,7 +36,6 @@ task( "lint", () => gulp
"**/.*rc.js",
"bin/*.js",
"lib/**/*.js",
"!lib/parser/index.js",
"test/benchmark/**/*.js",
"test/benchmark/run",
"test/impact",

Loading…
Cancel
Save