File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 34
34
"test:e2e:codegen:only" : " playwright codegen" ,
35
35
"test:playwright:report:show" : " playwright show-report" ,
36
36
"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" ,
39
39
"lint:base" : " npm run lint:types && npm run lint:svelte" ,
40
40
"lint:types" : " tsc --project ./tsconfig.json" ,
41
41
"lint:svelte" : " svelte-kit sync && svelte-check --tsconfig ./tsconfig.json" ,
You can’t perform that action at this time.
0 commit comments