Skip to content

Commit

Permalink
Update prettier target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasTy committed Mar 29, 2024
1 parent d5a32f1 commit 5afc836
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:ci": "eslint . --report-unused-disable-directives --ext .js,.ts,.tsx --max-warnings 0",
"markdownlint": "markdownlint-cli2 \"**/*.md\"",
"postinstall": "patch-package",
"prettier": "pretty-quick --branch master --ignore-path .eslintignore",
"prettier": "pretty-quick --branch v6.x --ignore-path .eslintignore",
"prettier:all": "prettier --write . --ignore-path .eslintignore",
"proptypes": "cross-env BABEL_ENV=development babel-node -i \"/node_modules/(?!@mui)/\" -x .ts,.tsx,.js ./docs/scripts/generateProptypes.ts",
"size:snapshot": "node --max-old-space-size=2048 ./scripts/sizeSnapshot/create",
Expand Down

0 comments on commit 5afc836

Please sign in to comment.