Skip to content

Commit

Permalink
chore: Add caching to ESLint (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddzz authored Feb 6, 2022
1 parent 053c9c6 commit 99bf9b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
node_modules/
npm-debug.log
yarn.lock
.eslintcache
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"lint": "npm-run-all --continue-on-error --aggregate-output --parallel lint:*",
"lint:docs": "markdownlint '**/*.md'",
"lint:js": "eslint .",
"lint:js": "eslint --cache .",
"generate-readme-table": "node build/generate-readme-table.js",
"release": "release-it",
"test": "nyc --all --check-coverage --include lib mocha tests --recursive"
Expand Down

0 comments on commit 99bf9b7

Please sign in to comment.