Skip to content

Commit f09d922

Browse files
committed
Swap order so we can actually use autofix
1 parent 0a7b9bc commit f09d922

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
@@ -18,7 +18,7 @@
1818
},
1919
"scripts": {
2020
"clean": "rm -rf dist",
21-
"lint": "eslint . --ext .js,.ts && tsc --noEmit",
21+
"lint": "tsc --noEmit && eslint . --ext .js,.ts",
2222
"lint:fix": "npm run lint -- --fix",
2323
"prebuild": "npm run clean && npm run lint && mkdir dist",
2424
"bundle": "esbuild --bundle dist/index.js --keep-names --outfile=dist/bundle.js --format=esm",

0 commit comments

Comments
 (0)