Skip to content

Commit 87e7304

Browse files
committed
chore: lint と format の nofix を追加
--cache を追加
1 parent a3fe736 commit 87e7304

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
"preview": "vite preview",
1010
"build-only": "vite build",
1111
"type-check": "vue-tsc --build",
12-
"lint": "eslint . --fix",
13-
"format": "prettier --write src/"
12+
"lint": "eslint . --fix --cache",
13+
"lint:nofix": "eslint . --cache",
14+
"format": "prettier --cache --write src/",
15+
"format:nofix": "prettier --cache --check src/"
1416
},
1517
"dependencies": {
1618
"pinia": "^2.2.6",

0 commit comments

Comments
 (0)