Skip to content

Commit

Permalink
enable eslint cache
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Oct 30, 2021
1 parent 120f87b commit e7fe308
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ node_modules
.DS_Store
dist
*.local

.eslintcache
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dev": "vite",
"build": "vite build",
"type-check": "tsc --noEmit",
"lint": "eslint \"src/**/*.{js,ts}\"",
"lint:fix": "eslint --fix \"src/**/*.{js,ts}\""
"lint": "eslint --cache \"src/**/*.{js,ts}\"",
"lint:fix": "eslint --fix --cache \"src/**/*.{js,ts}\""
},
"devDependencies": {
"@types/throttle-debounce": "^2.1.0",
Expand Down

0 comments on commit e7fe308

Please sign in to comment.