Skip to content

Commit 99bf9b7

Browse files
authored
chore: Add caching to ESLint (#242)
1 parent 053c9c6 commit 99bf9b7

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
@@ -4,3 +4,4 @@
44
node_modules/
55
npm-debug.log
66
yarn.lock
7+
.eslintcache

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"scripts": {
99
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel lint:*",
1010
"lint:docs": "markdownlint '**/*.md'",
11-
"lint:js": "eslint .",
11+
"lint:js": "eslint --cache .",
1212
"generate-readme-table": "node build/generate-readme-table.js",
1313
"release": "release-it",
1414
"test": "nyc --all --check-coverage --include lib mocha tests --recursive"

0 commit comments

Comments
 (0)