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.
1 parent c34be1d commit 6bf8822Copy full SHA for 6bf8822
package.json
@@ -30,7 +30,7 @@
30
"release": "changeset publish",
31
"prettier": "prettier --write \"**/*.{js,json,md,ts,tsx}\"",
32
"wipe": "find . -name \"node_modules\" -exec rm -rf '{}' +\nfind . -name \"yarn.lock\" -exec rm -rf '{}' +",
33
- "prettier:check": "prettier --list-different \"**/*.{js,json,md,ts,tsx}\"",
+ "prettier:check": "prettier --list-different \"**/*.{js,json,md,ts,tsx}\""
34
},
35
"volta": {
36
"node": "14.17.6",
0 commit comments