Closed Garrett-Smith-iq closed 7 years ago
Working in Aurelia, I frequently find myself looking at js and then writing camel cased attributes.
It would be nice to be able to catch this.
Valid: custom-attr="blah" Invalid customAttr="blah"
custom-attr="blah"
customAttr="blah"
already exists as 'requireLowerCaseAttributes'
Working in Aurelia, I frequently find myself looking at js and then writing camel cased attributes.
It would be nice to be able to catch this.
Valid:
custom-attr="blah"
InvalidcustomAttr="blah"