Skip to content

Commit 2a108d6

Browse files
authored
chore: add lint cache (#175)
1 parent 9f15cca commit 2a108d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ lib
99
etc
1010
dist/
1111
temp/
12+
.eslintcache

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"format": "prettier --config .prettierrc --ignore-path .prettierignore --list-different '**/*.{js,json,html}'",
122122
"format:fix": "yarn format --write",
123123
"lint": "npm-run-all --parallel lint:eslint lint:secret",
124-
"lint:eslint": "eslint ./src ./test --ext .ts",
124+
"lint:eslint": "eslint ./src ./test --ext .ts --cache",
125125
"lint:eslint:fix": "yarn lint:eslint --fix",
126126
"lint:secret": "npx secretlint \"**/*\"",
127127
"release:prepare": "shipjs prepare",

0 commit comments

Comments
 (0)