diff --git a/.gitignore b/.gitignore index 2c5b3c96..ea561a90 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ node_modules .DS_Store dist *.local + +.eslintcache diff --git a/package.json b/package.json index 810fd033..381bebf1 100644 --- a/package.json +++ b/package.json @@ -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",