cloudflare/kumo
Publicmirrored fromhttps://github.com/cloudflare/kumoAvailable
packages/kumo-docs-astro/.oxlintrc.json
16lines · modecode
| 1 | { |
| 2 | "jsPlugins": ["../../lint/kumo-plugin.js"], |
| 3 | "plugins": ["eslint", "typescript", "unicorn", "oxc", "jsx-a11y"], |
| 4 | "categories": { |
| 5 | "correctness": "error", |
| 6 | "suspicious": "warn" |
| 7 | }, |
| 8 | "rules": { |
| 9 | "kumo/no-tailwind-dark-variant": "error", |
| 10 | "kumo/no-primitive-colors": "error", |
| 11 | "kumo/no-cross-package-imports": "error", |
| 12 | "typescript/no-unsafe-type-assertion": "off", |
| 13 | "typescript/no-unnecessary-template-expression": "off", |
| 14 | "typescript/no-unnecessary-type-assertion": "off" |
| 15 | } |
| 16 | } |
| 17 | |