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 54f1407 commit 5982f9fCopy full SHA for 5982f9f
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