Remove unsupported ignore-path option from lint script

Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
2026-03-08 11:47:28 +08:00
parent d7caf08d1f
commit 1ad94358e4

View File

@@ -12,7 +12,7 @@
"test:unit": "vitest --environment jsdom --root src/",
"test:e2e": "start-server-and-test preview :4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' :4173 'cypress open --e2e'",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix"
},
"dependencies": {
"@primevue/themes": "^4.5.4",