9 lines
322 B
JSON
9 lines
322 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/**", "src/pages/Page/图/planispherewidget.js"]
|
|
}
|