pugjs / pug-lint

An unopinionated and configurable linter and style checker for Pug
ISC License
228 stars 51 forks source link

[Feature Request] Disallow camel cased attributes #130

Closed Garrett-Smith-iq closed 7 years ago

Garrett-Smith-iq commented 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"

Garrett-Smith-iq commented 7 years ago

already exists as 'requireLowerCaseAttributes'