File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5555 "global:format:fix" : " cd $INIT_CWD && run -T prettier --write . --ignore-path ${PROJECT_CWD}/.gitignore --ignore-path .gitignore --ignore-path .prettierignore --cache --cache-strategy content" ,
5656 "global:format:check" : " cd $INIT_CWD && run -T prettier --check . --ignore-path ${PROJECT_CWD}/.gitignore --ignore-path .gitignore --ignore-path .prettierignore" ,
5757 "global:lint:check" : " cd $INIT_CWD && run -T eslint . --cache --cache-strategy content" ,
58- "global:lint:fix" : " cd $INIT_CWD && run -T eslint --fix . --config eslint.config.mjs " ,
58+ "global:lint:fix" : " cd $INIT_CWD && run -T eslint --fix ." ,
5959 "build" : " yarn build:packages" ,
6060 "test" : " yarn test:packages" ,
6161 "install" : " yarn build:configs" ,
You can’t perform that action at this time.
0 commit comments