Hello,
I’m starting a Vue.js project, and I have a component names that contains uppercase letter, so, htmlhint linter is displaying me an error, and i have to write <!--htmlhint tagname-lowercase:false -->
at the beginning of all files.
Is there a way to configure htmlhint only once for the whole project instead of writing this at the beginning of each file? More generally, a way to not have an error when an html tag contains uppercase letters ?
I think that this isn’t something we can currently change – I’m not sure what plugin Glitch is using to enable htmlhint but I searched one of my own project directories for the expected config file and wasn’t able to find one. I poked around in the forums for a little and turned this up: