Skip to content

Commit

Permalink
chore: accelerate lint speed
Browse files Browse the repository at this point in the history
  • Loading branch information
BBboy01 committed Aug 17, 2023
1 parent a298f89 commit 2d2168c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ node_modules

WIKI/.vuepress/dist

.vscode/
.vscode/

.eslintcache
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"lint": "eslint --ext .js --ext .jsx --ext .json ."
"lint": "eslint --cache --ext .js --ext .jsx --ext .json ."
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2d2168c

Please sign in to comment.