cloudflare/kumo

Public

mirrored fromhttps://github.com/cloudflare/kumoAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
dcc30c61f1ff301fa2f86d737fe9029352677b34

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

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