accept templates inside HTML style attributes

This commit is contained in:
sparks-alec
2023-01-03 23:05:20 -05:00
parent cb51bfaf72
commit f8aad47858
+2 -1
View File
@@ -4,5 +4,6 @@
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": ["javascript"]
"eslint.validate": ["javascript"],
"html.validate.styles": false // accept templates inside HTML style attributes
}