Fix lint not working

master
Kuba Orlik 1 year ago
parent 08f06df152
commit 7c546e6314

@ -8,6 +8,7 @@
"prepare": "rm -rf @types && npm run typecheck && npm run build-declarations && npm run build",
"pretest": "npm run build",
"test": "node test.cjs",
"lint": "eslint src",
"build-declarations": "tsc --emitDeclarationOnly",
"typecheck": "tsc --noemit",
"clean-coverage": "rm -rf coverage .nyc_output .xunit",

Loading…
Cancel
Save