File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ dist-ssr
1414coverage
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+
3238test-results /
3339playwright-report /
3440
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments