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 @@