npm package with AirHelp Handlebars Lint shareable cli and config
This package provides cli to lint your project against config. It also provides config used in AirHelp Ember applications.
To run linter in your build environment, create npm script that runs provided hbslint
cli against your project source.
hbslint app/templates app/components
- Use
verbose
option to check errorshbslint templates --verbose -v
- Use
config
option to provide custom rules configurationhbslint templates --config config/myconfig.js