We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
format
1 parent 9f324a6 commit b5581f1Copy full SHA for b5581f1
package.json
@@ -54,8 +54,8 @@
54
"scripts": {
55
"build": "yarn build:packages",
56
"test": "yarn test:packages",
57
- "format": "prettier --config prettier.config.mjs --write .",
58
- "format-check": "prettier --config prettier.config.mjs --check .",
+ "format": "prettier --write .",
+ "format-check": "prettier --check .",
59
"lint": "eslint --flag unstable_ts_config -c eslint.config.mts",
60
"lint-fix": "eslint --flag unstable_ts_config -c eslint.config.mts --fix",
61
"install": "yarn build-configs",
0 commit comments