Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 572 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 572 Bytes

hbslint-airhelp

npm package with AirHelp Handlebars Lint shareable cli and config

Usage

This package provides cli to lint your project against config. It also provides config used in AirHelp Ember applications.

cli

To run linter in your build environment, create npm script that runs provided hbslint cli against your project source.

  1. hbslint app/templates app/components
  2. Use verbose option to check errors hbslint templates --verbose -v
  3. Use config option to provide custom rules configuration hbslint templates --config config/myconfig.js