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 0a7b9bc commit f09d922Copy full SHA for f09d922
package.json
@@ -18,7 +18,7 @@
18
},
19
"scripts": {
20
"clean": "rm -rf dist",
21
- "lint": "eslint . --ext .js,.ts && tsc --noEmit",
+ "lint": "tsc --noEmit && eslint . --ext .js,.ts",
22
"lint:fix": "npm run lint -- --fix",
23
"prebuild": "npm run clean && npm run lint && mkdir dist",
24
"bundle": "esbuild --bundle dist/index.js --keep-names --outfile=dist/bundle.js --format=esm",
0 commit comments