Skip to content

Commit 44bac34

Browse files
committed
Fix global:lint:fix command
1 parent 2067aa6 commit 44bac34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
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",

0 commit comments

Comments
 (0)