diff --git a/config/quality/eslint-suppressions.json b/config/quality/eslint-suppressions.json index 08b6f36d5f..c74f3b1b34 100644 --- a/config/quality/eslint-suppressions.json +++ b/config/quality/eslint-suppressions.json @@ -242,11 +242,6 @@ "count": 1 } }, - "src/app/(dashboard)/dashboard/settings/components/ComboDefaultsTab.tsx": { - "no-restricted-syntax": { - "count": 1 - } - }, "src/app/(dashboard)/dashboard/settings/components/ModelLockoutCard.tsx": { "react-hooks/exhaustive-deps": { "count": 1 @@ -1562,11 +1557,6 @@ "count": 2 } }, - "tests/unit/messages-count-tokens-route.test.ts": { - "@typescript-eslint/no-explicit-any": { - "count": 4 - } - }, "tests/unit/mimocode-executor.test.ts": { "@typescript-eslint/no-explicit-any": { "count": 58