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
lint
package.json
1 parent b0b37bf commit 478c4b6Copy full SHA for 478c4b6
package.json
@@ -52,6 +52,10 @@
52
"jest-snapshot": "29.3.1"
53
},
54
"scripts": {
55
+ "format": "prettier --write . --cache --cache-strategy content",
56
+ "format:check": "prettier --check .",
57
+ "lint": "eslint . --config eslint.config.mjs --cache --cache-strategy content",
58
+ "lint:fix": "eslint --fix . --config eslint.config.mjs",
59
"build": "yarn build:packages",
60
"test": "yarn test:packages",
61
"install": "yarn build:configs",
0 commit comments