Remove redundant glob for linting
This commit is contained in:
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…
Reference in a new issue