包详细信息

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

scalvert11MIT1.0.0

An Ember Template Lint formatter for todos

ember-template-lint, ember-template-lint-formatter

自述文件

@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

更新日志

v1.0.0 (2021-12-16)

:rocket: Enhancement

  • #8 Support --rule option to narrow output of the formatter (@scalvert)
  • #7 Updating output to use columnify vs. table (@scalvert)

Committers: 1

v0.2.1 (2021-11-02)

:bug: Bug Fix

  • #5 Upgrades todo-utils to latest to resolve API mismatch bug (@scalvert)

Committers: 1

v0.2.0 (2021-06-10)

:bug: Bug Fix

  • #1 Fixes param ordering issue with print function. Adds Github actions. (@scalvert)

:memo: Documentation

  • #1 Fixes param ordering issue with print function. Adds Github actions. (@scalvert)

Committers: 1

v0.1.0 (2021-06-09)

Changelog