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

> An Ember Template Lint formatter for todos

Latest version **1.0.0** (published 2021-12-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install @scalvert/ember-template-lint-formatter-todo
pnpm add @scalvert/ember-template-lint-formatter-todo
yarn add @scalvert/ember-template-lint-formatter-todo
bun add @scalvert/ember-template-lint-formatter-todo
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2021-12-16 |
| First published | 2021-06-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 240.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Steve Calvert |
| Maintainers | scalvert |
| Keywords | ember-template-lint, ember-template-lint-formatter |

## Links

- npm: https://www.npmjs.com/package/@scalvert/ember-template-lint-formatter-todo
- Repository: https://github.com/scalvert/ember-template-lint-formatter-todo
- Homepage: https://github.com/scalvert/ember-template-lint-formatter-todo#readme
- Issues: https://github.com/scalvert/ember-template-lint-formatter-todo/issues
- npm.io page: https://npm.io/package/@scalvert/ember-template-lint-formatter-todo

## Dependencies (4)

- [chalk](https://npm.io/package/chalk.md) ^4.0.0
- [columnify](https://npm.io/package/columnify.md) ^1.5.4
- [strip-ansi](https://npm.io/package/strip-ansi.md) 6
- [@lint-todo/utils](https://npm.io/package/@lint-todo/utils.md) ^12.0.0

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 1.0.0 (latest) — 2021-12-16
- 0.2.1 — 2021-11-02
- 0.2.0 — 2021-06-10
- 0.1.0 — 2021-06-09

## README

# @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

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

# or

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

## Usage

```shell
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.

<img width="784" alt="Todo Formatter" src="static/output.png">

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

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

---
_Source: https://npm.io/package/@scalvert/ember-template-lint-formatter-todo · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
