@scalvert/ember-template-lint-formatter-todo

1.0.0 • Public • Published

@scalvert/ember-template-lint-formatter-todo

A custom formatter for ember-template-lint that will display a table of todos for your project, sorted by due date.

Install

npm i @scalvert/ember-template-lint-formatter-todo --save-dev

# or

yarn add @scalvert/ember-template-lint-formatter-todo --dev

Usage

ember-template-lint . --format @scalvert/ember-template-lint-formatter-todo

Running with the formatter will output a table of todos, ordered by due dates sorted by when they're due.

Todo Formatter

If you'd like to restrict the output to a specific rule ID, just pass the --rule option to ember-template-lint.

ember-template-lint . --rule "no-implicit-this:error" --format @scalvert/ember-template-lint-formatter-todo

Package Sidebar

Install

npm i @scalvert/ember-template-lint-formatter-todo

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

246 kB

Total Files

12

Last publish

Collaborators

  • scalvert