diff --git a/eslint.config.ts b/eslint.config.ts index 083f373840..199c7d91b7 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -131,8 +131,7 @@ export default defineConfig([ // Off: large batch change (v3→v4 renames like rounded→rounded-sm), // enable and apply with `eslint --fix` in a follow-up PR 'better-tailwindcss/enforce-canonical-classes': 'off', - // Off: large batch change, enable and apply with `eslint --fix` - 'better-tailwindcss/no-deprecated-classes': 'off' + 'better-tailwindcss/no-deprecated-classes': 'error' } }, // Disables ESLint rules that conflict with formatters diff --git a/src/components/bottomPanel/tabs/shortcuts/ShortcutsList.vue b/src/components/bottomPanel/tabs/shortcuts/ShortcutsList.vue index 3938facfb6..b9a9ff6894 100644 --- a/src/components/bottomPanel/tabs/shortcuts/ShortcutsList.vue +++ b/src/components/bottomPanel/tabs/shortcuts/ShortcutsList.vue @@ -19,7 +19,7 @@
@@ -35,7 +35,7 @@ {{ formatKey(key) }} diff --git a/src/components/common/BadgePill.vue b/src/components/common/BadgePill.vue index 4c2cb8cf92..77c13e6f84 100644 --- a/src/components/common/BadgePill.vue +++ b/src/components/common/BadgePill.vue @@ -2,7 +2,7 @@
{ if (showBorder) { return cn( - 'rounded p-2 border border-solid border-border-default box-border', + 'rounded-sm p-2 border border-solid border-border-default box-border', isLarge.value ? 'h-10' : 'h-8' ) } diff --git a/src/components/common/TreeExplorerV2Node.vue b/src/components/common/TreeExplorerV2Node.vue index 6a9849948a..4c65dd0936 100644 --- a/src/components/common/TreeExplorerV2Node.vue +++ b/src/components/common/TreeExplorerV2Node.vue @@ -27,7 +27,7 @@