Skip to content

Commit 4f5a3f5

Browse files
Add transform to lint
1 parent 4e59241 commit 4f5a3f5

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
@@ -17,7 +17,7 @@
1717
"test:ts": "cross-env NODE_OPTIONS=--experimental-vm-modules jest",
1818
"test:cpp": "cmake -B build -S . && cmake --build build --parallel 4 --target wasm-instrumentation-test wasm-opt && build/bin/wasm-instrumentation-test",
1919
"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 .",
20+
"lint": "eslint src assembly transform tests/ts/test --max-warnings=0 && prettier -c .",
2121
"lint:fix": "eslint src assembly --fix && prettier --write .",
2222
"example": "node bin/as-test.js --config example/as-test.config.cjs ; node bin/as-test.js --config example/as-test.config.js"
2323
},

0 commit comments

Comments
 (0)