Skip to content

Commit 285b19d

Browse files
committed
Fix lint task
1 parent 2f0bfc7 commit 285b19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"benchmark:strategy": "node benchmark/strategy",
1515
"benchmark:trace": "node --trace-inlining --trace-opt --trace-deopt benchmark/trace.js",
1616
"benchmark:v8-optimization-analysis": "node --allow_natives_syntax --expose_debug_as=VirtualMachine benchmark/v8-optimization-analysis.js",
17-
"lint": "eslint --fix \"src/**/*.js\" \"benchmark/**/*.js\"",
17+
"lint": "eslint --fix \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"",
1818
"preversion": "npm run test:all",
1919
"test": "jest",
2020
"test:all": "npm run lint && npm run test",

0 commit comments

Comments
 (0)