Skip to content

Commit

Permalink
chore(eslint): use eslint cache feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Oct 29, 2020
1 parent 57d09ba commit 13c310b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Hazmi35 <contact@hzmi.xyz>",
"main": "index.js",
"scripts": {
"lint": "eslint --ignore-path .gitignore ."
"lint": "eslint --ignore-path .gitignore . --cache --cache-location .cache/eslintcache"
},
"devDependencies": {
"@types/node": "^14.4.5",
Expand Down

0 comments on commit 13c310b

Please sign in to comment.