Files
vue-ts-example/.oxlintrc.json
严浩 8f2a77702b
Some checks failed
/ surge (push) Successful in 2m41s
/ build-and-deploy-to-vercel (push) Successful in 2m59s
/ lint-build-and-check (push) Has been cancelled
/ playwright (push) Has been cancelled
feat: InspiraUI
2025-04-01 11:55:16 +08:00

9 lines
270 B
JSON

{
"$schema": "./node_modules/oxlint/configuration_schema.json",
// https://oxc.rs/docs/guide/usage/linter/rules/unicorn/no-new-array.html
"rules": {
"unicorn/no-useless-spread": "off"
},
"ignorePatterns": ["src/shadcn/**", "src/components/InspiraUI/**"]
}