pugjs / pug-lint

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

Angular.js directives can have : (colon) between words #99

Open Ziggoto opened 8 years ago

Ziggoto commented 8 years ago

When I use "ng:repeat" in my code the lint ask me "No namespacing of attributes attribute allowed" but my code works fine and my JS Lint permits me do that.