Skip to content

Commit

Permalink
[core] Changed prettier branch value to next (#10917)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelengelen authored Nov 6, 2023
1 parent 94f09ed commit 947619d
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 next --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 947619d

Please sign in to comment.