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

This commit is contained in:
Alex Gleason 2023-01-17 21:17:59 -06:00
parent 842ada3930
commit 44c3ddb8a9
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 3 additions and 1 deletions

View File

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