vscode: don't lint css through VSCode (rely on stylint and Tailwind extension)

environments/review-tailwind-i-zskgnz/deployments/2337
Alex Gleason 2023-01-17 21:17:59 -06:00
rodzic 842ada3930
commit 44c3ddb8a9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,5 @@
{ {
"css.validate": false,
"editor.insertSpaces": true, "editor.insertSpaces": true,
"editor.tabSize": 2, "editor.tabSize": 2,
"files.associations": { "files.associations": {
@ -15,5 +16,6 @@
"fileMatch": ["renovate.json"], "fileMatch": ["renovate.json"],
"url": "https://docs.renovatebot.com/renovate-schema.json" "url": "https://docs.renovatebot.com/renovate-schema.json"
} }
] ],
"scss.validate": false
} }