This is my first time using this! I noticed though that the editor is pretty “aggressive” with linting HTML 5-- marking things that are valid HTML5 files as invalid.
I’ll continue on this thread but the html linter is also aggressive of wanting double quotes around attribute values.
The value of attribute [ binding-info ] must be in double quotes.
I can understand enforcing lack of quotes or mismatched single and double quotes but saying usage of single quotes is an error seems more like enforcement of a style choice than preventing errors.
I have some small chunks of json in data-* attributes that are a lot easier to read when using single-quoted html attribute values. It looks like the corresponding linter rule is attr-value-double-quotes.
+1 for a minor thing and thanks for your awesome work!
Right now we inherit our tag rules from codemirror, and a lot of them are indeed archaic. It’s on our backlog to customize those rules, and/or find a way to open them up to user config (ie through a lint config file or something)