Files
vue-ts-example/.oxlintrc.json
严浩 a6367058b5
Some checks failed
/ build-and-deploy-to-vercel (push) Successful in 2m51s
/ lint-build-and-check (push) Successful in 5m12s
/ surge (push) Successful in 2m43s
/ playwright (push) Failing after 2m30s
语图page
2025-04-08 15:17:03 +08:00

16 lines
408 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",
"**/waterfallwidget.js",
"**/colormapwidget.js"
]
}