9 lines
275 B
JSON
9 lines
275 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-new-array": "warn"
|
|
// },
|
|
"ignorePatterns": ["src/shadcn/**", "src/components/InspiraUI/**"]
|
|
}
|