Skip to content

Commit 38729c5

Browse files
committed
Change order of linting and formatting code in the lint package.json script
1 parent 8c65c88 commit 38729c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"test:e2e:codegen:only": "playwright codegen",
3535
"test:playwright:report:show": "playwright show-report",
3636
"test:playwright:trace:show": "playwright show-trace",
37-
"lint": "npm run lint:base && npm run lint:prettier && npm run lint:eslint && npm run lint:stylelint",
38-
"lint:fix": "npm run lint:base && npm run lint:prettier:fix && npm run lint:eslint:fix && npm run lint:stylelint:fix",
37+
"lint": "npm run lint:base && npm run lint:eslint && npm run lint:prettier && npm run lint:stylelint",
38+
"lint:fix": "npm run lint:base && npm run lint:eslint:fix && npm run lint:prettier:fix && npm run lint:stylelint:fix",
3939
"lint:base": "npm run lint:types && npm run lint:svelte",
4040
"lint:types": "tsc --project ./tsconfig.json",
4141
"lint:svelte": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",

0 commit comments

Comments
 (0)