We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f0bfc7 commit 285b19dCopy full SHA for 285b19d
package.json
@@ -14,7 +14,7 @@
14
"benchmark:strategy": "node benchmark/strategy",
15
"benchmark:trace": "node --trace-inlining --trace-opt --trace-deopt benchmark/trace.js",
16
"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\"",
+ "lint": "eslint --fix \"src/**/*.js\" \"test/**/*.js\" \"benchmark/**/*.js\"",
18
"preversion": "npm run test:all",
19
"test": "jest",
20
"test:all": "npm run lint && npm run test",
0 commit comments