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 55
55
"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" ,
56
56
"global:format:check" : " cd $INIT_CWD && run -T prettier --check . --ignore-path ${PROJECT_CWD}/.gitignore --ignore-path .gitignore --ignore-path .prettierignore" ,
57
57
"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 ." ,
59
59
"build" : " yarn build:packages" ,
60
60
"test" : " yarn test:packages" ,
61
61
"install" : " yarn build:configs" ,
You can’t perform that action at this time.
0 commit comments