diff --git a/biome.json b/biome.json index e578c13ad0d..125fb2ecf25 100644 --- a/biome.json +++ b/biome.json @@ -8,14 +8,12 @@ "rules": { "recommended": true, "suspicious": { - "noExplicitAny": "warn", "noArrayIndexKey": "warn", "noPrototypeBuiltins": "warn", "noDuplicateObjectKeys": "warn", "noGlobalIsNan": "warn", "noSelfCompare": "warn", "noDoubleEquals": "warn", - "noImplicitAnyLet": "warn", "noAssignInExpressions": "warn", "noConstEnum": "warn", "noEmptyInterface": "warn" @@ -28,32 +26,11 @@ "noUnnecessaryContinue": "warn", "noInnerDeclarations": "warn" }, - "style": { - "useConst": "warn", - "useTemplate": "warn", - "noUselessElse": "warn", - "useSelfClosingElements": "warn", - "noUnusedTemplateLiteral": "warn", - "noInferrableTypes": "warn", - "noNonNullAssertion": "warn", - "noParameterAssign": "warn", - "useDefaultParameterLast": "warn", - "useExponentiationOperator": "warn", - "noVar": "warn", - "useSingleVarDeclarator": "warn" - }, - "a11y": { - "useAltText": "warn", - "useMediaCaption": "warn", - "noSvgWithoutTitle": "warn", - "useKeyWithClickEvents": "warn" - }, "complexity": { "noForEach": "warn", "useOptionalChain": "warn", "useArrowFunction": "warn", "useFlatMap": "warn", - "useLiteralKeys": "warn", "noBannedTypes": "warn", "noStaticOnlyClass": "warn", "noThisInStatic": "warn", diff --git a/packages/plugin-anthropic/biome.json b/packages/plugin-anthropic/biome.json index 7a635ccfaec..d7e0349301a 100644 --- a/packages/plugin-anthropic/biome.json +++ b/packages/plugin-anthropic/biome.json @@ -4,21 +4,6 @@ "organizeImports": { "enabled": false }, - "linter": { - "enabled": true, - "rules": { - "recommended": true, - "correctness": { - "noUnusedVariables": "error" - }, - "suspicious": { - "noExplicitAny": "error" - }, - "style": { - "useConst": "error" - } - } - }, "formatter": { "enabled": true, "indentStyle": "space", diff --git a/packages/plugin-bootstrap/biome.json b/packages/plugin-bootstrap/biome.json index 7a635ccfaec..d7e0349301a 100644 --- a/packages/plugin-bootstrap/biome.json +++ b/packages/plugin-bootstrap/biome.json @@ -4,21 +4,6 @@ "organizeImports": { "enabled": false }, - "linter": { - "enabled": true, - "rules": { - "recommended": true, - "correctness": { - "noUnusedVariables": "error" - }, - "suspicious": { - "noExplicitAny": "error" - }, - "style": { - "useConst": "error" - } - } - }, "formatter": { "enabled": true, "indentStyle": "space", diff --git a/packages/plugin-discord/biome.json b/packages/plugin-discord/biome.json index 7a635ccfaec..d7e0349301a 100644 --- a/packages/plugin-discord/biome.json +++ b/packages/plugin-discord/biome.json @@ -4,21 +4,6 @@ "organizeImports": { "enabled": false }, - "linter": { - "enabled": true, - "rules": { - "recommended": true, - "correctness": { - "noUnusedVariables": "error" - }, - "suspicious": { - "noExplicitAny": "error" - }, - "style": { - "useConst": "error" - } - } - }, "formatter": { "enabled": true, "indentStyle": "space", diff --git a/packages/plugin-drizzle/biome.json b/packages/plugin-drizzle/biome.json index 7a635ccfaec..d7e0349301a 100644 --- a/packages/plugin-drizzle/biome.json +++ b/packages/plugin-drizzle/biome.json @@ -4,21 +4,6 @@ "organizeImports": { "enabled": false }, - "linter": { - "enabled": true, - "rules": { - "recommended": true, - "correctness": { - "noUnusedVariables": "error" - }, - "suspicious": { - "noExplicitAny": "error" - }, - "style": { - "useConst": "error" - } - } - }, "formatter": { "enabled": true, "indentStyle": "space", diff --git a/packages/plugin-local-ai/biome.json b/packages/plugin-local-ai/biome.json index 7a635ccfaec..d7e0349301a 100644 --- a/packages/plugin-local-ai/biome.json +++ b/packages/plugin-local-ai/biome.json @@ -4,21 +4,6 @@ "organizeImports": { "enabled": false }, - "linter": { - "enabled": true, - "rules": { - "recommended": true, - "correctness": { - "noUnusedVariables": "error" - }, - "suspicious": { - "noExplicitAny": "error" - }, - "style": { - "useConst": "error" - } - } - }, "formatter": { "enabled": true, "indentStyle": "space", diff --git a/packages/plugin-node/biome.json b/packages/plugin-node/biome.json index 7a635ccfaec..d7e0349301a 100644 --- a/packages/plugin-node/biome.json +++ b/packages/plugin-node/biome.json @@ -4,21 +4,6 @@ "organizeImports": { "enabled": false }, - "linter": { - "enabled": true, - "rules": { - "recommended": true, - "correctness": { - "noUnusedVariables": "error" - }, - "suspicious": { - "noExplicitAny": "error" - }, - "style": { - "useConst": "error" - } - } - }, "formatter": { "enabled": true, "indentStyle": "space", diff --git a/packages/plugin-openai/biome.json b/packages/plugin-openai/biome.json index 7a635ccfaec..d7e0349301a 100644 --- a/packages/plugin-openai/biome.json +++ b/packages/plugin-openai/biome.json @@ -4,21 +4,6 @@ "organizeImports": { "enabled": false }, - "linter": { - "enabled": true, - "rules": { - "recommended": true, - "correctness": { - "noUnusedVariables": "error" - }, - "suspicious": { - "noExplicitAny": "error" - }, - "style": { - "useConst": "error" - } - } - }, "formatter": { "enabled": true, "indentStyle": "space", diff --git a/packages/plugin-sqlite/biome.json b/packages/plugin-sqlite/biome.json index 7a635ccfaec..d7e0349301a 100644 --- a/packages/plugin-sqlite/biome.json +++ b/packages/plugin-sqlite/biome.json @@ -4,21 +4,6 @@ "organizeImports": { "enabled": false }, - "linter": { - "enabled": true, - "rules": { - "recommended": true, - "correctness": { - "noUnusedVariables": "error" - }, - "suspicious": { - "noExplicitAny": "error" - }, - "style": { - "useConst": "error" - } - } - }, "formatter": { "enabled": true, "indentStyle": "space", diff --git a/packages/plugin-tee/biome.json b/packages/plugin-tee/biome.json index 7a635ccfaec..d7e0349301a 100644 --- a/packages/plugin-tee/biome.json +++ b/packages/plugin-tee/biome.json @@ -4,21 +4,6 @@ "organizeImports": { "enabled": false }, - "linter": { - "enabled": true, - "rules": { - "recommended": true, - "correctness": { - "noUnusedVariables": "error" - }, - "suspicious": { - "noExplicitAny": "error" - }, - "style": { - "useConst": "error" - } - } - }, "formatter": { "enabled": true, "indentStyle": "space", diff --git a/packages/plugin-telegram/biome.json b/packages/plugin-telegram/biome.json index 7a635ccfaec..d7e0349301a 100644 --- a/packages/plugin-telegram/biome.json +++ b/packages/plugin-telegram/biome.json @@ -4,21 +4,6 @@ "organizeImports": { "enabled": false }, - "linter": { - "enabled": true, - "rules": { - "recommended": true, - "correctness": { - "noUnusedVariables": "error" - }, - "suspicious": { - "noExplicitAny": "error" - }, - "style": { - "useConst": "error" - } - } - }, "formatter": { "enabled": true, "indentStyle": "space", diff --git a/packages/plugin-twitter/biome.json b/packages/plugin-twitter/biome.json index 7a635ccfaec..d7e0349301a 100644 --- a/packages/plugin-twitter/biome.json +++ b/packages/plugin-twitter/biome.json @@ -4,21 +4,6 @@ "organizeImports": { "enabled": false }, - "linter": { - "enabled": true, - "rules": { - "recommended": true, - "correctness": { - "noUnusedVariables": "error" - }, - "suspicious": { - "noExplicitAny": "error" - }, - "style": { - "useConst": "error" - } - } - }, "formatter": { "enabled": true, "indentStyle": "space",