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 6900fc9 commit 7e8bbddCopy full SHA for 7e8bbdd
package.json
@@ -32,7 +32,7 @@
32
"release": "npm run release:npm && npm run release:github && npm run release:brew",
33
"lint:check": "eslint . --cache",
34
"lint": "npm run lint:check -- --fix",
35
- "prettier:check": "prettier src scripts --check --cache",
+ "prettier:check": "prettier src scripts config .eslintrc.cjs --check --cache",
36
"prettier": "npm run prettier:check -- --write",
37
"test": "bun test",
38
"test:watch": "npm run test -- --watch",
0 commit comments