Skip to content

Commit 8d28439

Browse files
🔧 add eslint cache
1 parent c8f9dc0 commit 8d28439

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.gitignore

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ dist-ssr
1414
coverage
1515
*.local
1616

17-
/cypress/videos/
18-
/cypress/screenshots/
19-
2017
# Editor directories and files
2118
.vscode/*
2219
!.vscode/extensions.json
@@ -29,6 +26,15 @@ coverage
2926

3027
*.tsbuildinfo
3128

29+
.eslintcache
30+
31+
# Cypress
32+
/cypress/videos/
33+
/cypress/screenshots/
34+
35+
# Vitest
36+
__screenshots__/
37+
3238
test-results/
3339
playwright-report/
3440

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test:e2e": "playwright test",
2525
"type-check": "vue-tsc --build",
2626
"lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
27-
"lint:eslint": "eslint . --fix",
27+
"lint:eslint": "eslint . --fix --cache",
2828
"lint": "run-s lint:*",
2929
"format": "prettier --write e2e/ src/ .*.json *.json *.js *.ts"
3030
},

0 commit comments

Comments
 (0)