Skip to content

Commit 7e8bbdd

Browse files
committed
prettier: config + eslintrc
1 parent 6900fc9 commit 7e8bbdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"release": "npm run release:npm && npm run release:github && npm run release:brew",
3333
"lint:check": "eslint . --cache",
3434
"lint": "npm run lint:check -- --fix",
35-
"prettier:check": "prettier src scripts --check --cache",
35+
"prettier:check": "prettier src scripts config .eslintrc.cjs --check --cache",
3636
"prettier": "npm run prettier:check -- --write",
3737
"test": "bun test",
3838
"test:watch": "npm run test -- --watch",

0 commit comments

Comments
 (0)