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 4e59241 commit 4f5a3f5Copy full SHA for 4f5a3f5
package.json
@@ -17,7 +17,7 @@
17
"test:ts": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
18
"test:cpp": "cmake -B build -S . && cmake --build build --parallel 4 --target wasm-instrumentation-test wasm-opt && build/bin/wasm-instrumentation-test",
19
"test": "npm run test:as && npm run test:ts && npm run test:cpp",
20
- "lint": "eslint src assembly tests/ts/test --max-warnings=0 && prettier -c .",
+ "lint": "eslint src assembly transform tests/ts/test --max-warnings=0 && prettier -c .",
21
"lint:fix": "eslint src assembly --fix && prettier --write .",
22
"example": "node bin/as-test.js --config example/as-test.config.cjs ; node bin/as-test.js --config example/as-test.config.js"
23
},
0 commit comments