Skip to content

Commit

Permalink
[core] Update prettier target branch (#15100)
Browse files Browse the repository at this point in the history
  • Loading branch information
MBilalShafi authored Oct 24, 2024
1 parent 1259e5f commit 5cfef4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint:fix": "pnpm eslint --fix",
"eslint:ci": "eslint . --report-unused-disable-directives --ext .js,.ts,.tsx --max-warnings 0",
"markdownlint": "markdownlint-cli2 \"**/*.md\"",
"prettier": "pretty-quick --branch master --ignore-path .eslintignore",
"prettier": "pretty-quick --branch v7.x --ignore-path .eslintignore",
"prettier:all": "prettier --write . --ignore-path .eslintignore",
"prettier:check": "prettier --check . --ignore-path .eslintignore",
"proptypes": "cross-env BABEL_ENV=development babel-node -i \"/node_modules/(?!@mui)/\" -x .ts,.tsx,.js ./docs/scripts/generateProptypes.ts",
Expand Down

0 comments on commit 5cfef4b

Please sign in to comment.