These rules are adopted from the AngularJS commit conventions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* This node js script scans through the input component template files and tidy's them according to certain guidelines. | |
* | |
* Sample shell command: | |
* node tidy-templates.js src/app projects | |
* | |
* To disable lint for a template add this comment to the top of the file: | |
* <!-- tidy-templates: disable --> | |
* | |
* Derived from: |