添加oxlint
Showing
.agents/skills/migrate-oxlint/SKILL.md
0 → 100644
.claude/skills/migrate-oxlint/SKILL.md
0 → 100644
.oxlintrc.json
0 → 100644
eslint.config.oxlint.mjs
0 → 100644
| ... | ... | @@ -11,7 +11,9 @@ |
| "build": "run-p type-check \"build-only {@}\" --", | ||
| "preview": "vite preview", | ||
| "type-check": "vue-tsc --build", | ||
| "lint": "eslint . --fix --cache", | ||
| "lint": "oxlint --fix && eslint . --fix --cache", | ||
| "lint:oxlint": "oxlint --fix", | ||
| "lint:eslint": "eslint . --fix --cache", | ||
| "format": "oxfmt", | ||
| "format:check": "oxfmt --check", | ||
| "build-only": "vite build", | ||
| ... | ... | @@ -56,6 +58,7 @@ |
| "jiti": "^2.6.1", | ||
| "npm-run-all2": "^8.0.4", | ||
| "oxfmt": "^0.44.0", | ||
| "oxlint": "^1.59.0", | ||
| "rollup-plugin-visualizer": "^6.0.5", | ||
| "sass-embedded": "^1.93.2", | ||
| "typescript": "~5.9.0", | ||
| ... | ... |
skills/migrate-oxlint/SKILL.md
0 → 100644
Please
register
or
sign in
to comment