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

environments/review-tailwind-i-zskgnz/deployments/2337
Alex Gleason 1 year ago
parent 842ada3930
commit 44c3ddb8a9
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

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

Loading…
Cancel
Save