File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55
55
"format:fix" : " cd $INIT_CWD && run prettier --write . --config prettier.config.mjs --ignore-path ${PROJECT_CWD}/.gitignore --cache --cache-strategy content" ,
56
56
"format:check" : " cd $INIT_CWD && run prettier --check . --config prettier.config.mjs --ignore-path ${PROJECT_CWD}/.gitignore" ,
57
57
"lint:check" : " cd $INIT_CWD && run eslint . --config eslint.config.mjs --cache --cache-strategy content" ,
58
- "lint:fix" : " eslint --fix . --config eslint.config.mjs" ,
58
+ "lint:fix" : " cd $INIT_CWD && run eslint --fix . --config eslint.config.mjs" ,
59
59
"build" : " yarn build:packages" ,
60
60
"test" : " yarn test:packages" ,
61
61
"install" : " yarn build:configs" ,
Original file line number Diff line number Diff line change 97
97
"format" : " run -T format:fix" ,
98
98
"format:check" : " run -T format:check" ,
99
99
"lint" : " run -T lint:check" ,
100
- "lint:fix" : " eslint --fix . --config eslint.config.mjs " ,
100
+ "lint:fix" : " run -T lint:fix " ,
101
101
"test" : " vitest --typecheck --run " ,
102
102
"test:watch" : " vitest --watch" ,
103
103
"type-tests" : " yarn tsc -p tsconfig.test.json --noEmit" ,
You can’t perform that action at this time.
0 commit comments