@lint-todo/ember-template-lint-formatter-todo
A custom formatter for
ember-template-lintthat 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 --devUsage
ember-template-lint . --format @lint-todo/ember-template-lint-formatter-todoRunning with the formatter will output a table of todos, ordered by due dates sorted by when they're due.
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