@lint-todo/ember-template-lint-formatter-todo
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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

CI Build npm version License Dependabot Volta Managed Code Style: prettier

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

Install

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

# or

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

Usage

ember-template-lint . --format @lint-todo/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 @lint-todo/ember-template-lint-formatter-todo

Package Sidebar

Install

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

Weekly Downloads

146

Version

2.0.1

License

MIT

Unpacked Size

11.8 kB

Total Files

5

Last publish

Collaborators

  • tomcharles
  • scalvert