You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
I want to use this with https://github.com/yeoman/generator-angular, but lint is ranting because the templates obviously does not have <! doctype> and other stuff (they are just plain html).
Is there any config I can setup to make it ignore those rules on templates?
Regards
The text was updated successfully, but these errors were encountered:
In my opinion this really needs to be configurable through other means than just the command line. Either by comment tags within the html file itself or a dotfile in project root. Command line arguments change global behavior if bootlint is being run from an editor like Atom.
I want to use this with https://github.com/yeoman/generator-angular, but lint is ranting because the templates obviously does not have <! doctype> and other stuff (they are just plain html).
Is there any config I can setup to make it ignore those rules on templates?
Regards
The text was updated successfully, but these errors were encountered: