包详细信息

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

lint-todo702MIT2.0.1

An Ember Template Lint formatter for todos

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

自述文件

@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

更新日志

v2.0.0 (2022-03-21)

:boom: Breaking Change

  • #49 Convert to ESM with multi-target publishing. Convert Jest to Vitest. (@scalvert)

:house: Internal

Committers: 1

v1.1.0 (2022-02-09)

:rocket: Enhancement

  • #39 Adding totals to the bottom of the list in addition to the top (@scalvert)

Committers: 1

v1.0.2 (2022-01-20)

:bug: Bug Fix

  • #31 Fixes error when attempting to sort a todo Set (@scalvert)

Committers: 1

v1.0.1 (2022-01-06)

:bug: Bug Fix

  • #6 Add peerDependency on ember-template-lint (@scalvert)

Committers: 1

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)

:house: Internal

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