Files
vue-ts-example/.oxlintrc.json
mini2024 7abc6a8f65
Some checks failed
/ build-and-deploy-to-vercel (push) Successful in 2m45s
/ lint-build-and-check (push) Successful in 4m44s
/ playwright (push) Failing after 4m17s
/ surge (push) Successful in 2m59s
fix: 添加 @ts-nocheck 注释以禁用 TypeScript 检查
2025-04-07 21:49:41 +08:00

14 lines
351 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/**",
"**/planispherewidget.js",
"**/konva.2.4.2.min.js"
]
}