chore: tailwind linting (#28165)

chore: tailwind cannonical classes
This commit is contained in:
Daniel Dietzler 2026-05-01 06:18:03 +02:00 committed by GitHub
parent b60e9c6771
commit 5e9bda7fab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
248 changed files with 963 additions and 880 deletions

View file

@ -26,7 +26,8 @@
},
"[svelte]": {
"editor.defaultFormatter": "svelte.svelte-vscode",
"editor.formatOnSave": true
"editor.formatOnSave": true,
"tailwindCSS.lint.suggestCanonicalClasses": "ignore"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",