diff --git a/biome.json b/biome.json deleted file mode 100644 index 16f7a48a..00000000 --- a/biome.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "files": { - "ignore": ["packages/core/ui/react-colorful.js"] - }, - "linter": { - "rules": { - "suspicious": { - "noApproximativeNumericConstant": "off", - "noExplicitAny": "off", - "noAssignInExpressions": "off" - }, - "complexity": { - "useArrowFunction": "off", - "noForEach": "off", - "noBannedTypes": "off" - }, - "security": { - "noDangerouslySetInnerHtml": "off" - }, - "a11y": { - "useValidAnchor": "off", - "noSvgWithoutTitle": "off", - "useKeyWithMouseEvents": "off", - "useKeyWithClickEvents": "off" - }, - "style": { - "noNonNullAssertion": "off", - "useImportType": "off", - "noParameterAssign": "off", - "noUselessElse": "off", - "useNodejsImportProtocol": "off" - } - } - } -}