# eslint-plugin-template-template

> template for creating an eslint plugin

Latest version **1.0.0** (published 2021-08-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-plugin-template-template
pnpm add eslint-plugin-template-template
yarn add eslint-plugin-template-template
bun add eslint-plugin-template-template
```

## 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-08-27 |
| First published | 2021-08-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 5.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Sam Parsons |
| Maintainers | sam-parsons |
| Keywords | eslint, eslint-plugin, template |

## Links

- npm: https://www.npmjs.com/package/eslint-plugin-template-template
- Repository: https://github.com/sam-parsons/eslint-plugin-template
- Homepage: https://github.com/sam-parsons/eslint-plugin-template#readme
- Issues: https://github.com/sam-parsons/eslint-plugin-template/issues
- npm.io page: https://npm.io/package/eslint-plugin-template-template

## Dependencies (1)

- [requireindex](https://npm.io/package/requireindex.md) ^1.2.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-08-27

## README

<div align="center">
<h1>eslint-plugin-template</h1>

<p>custom rule</p>
</div>

---

<!-- prettier-ignore-start -->
[![Build Status][build-badge]][build]
[![version][version-badge]][package]
[![MIT License][license-badge]][license]
<!-- prettier-ignore-end -->

## Installation

This module is distributed via [npm][npm] which is bundled with [node][node] and
should be installed as one of your project's `devDependencies`:

```
npm install --save-dev eslint-plugin-template
```

This library has a required `peerDependencies` listing for [`eslint`][eslint].

## Usage

Add `template` to the plugins section of your `.eslintrc` configuration file.
You can omit the `eslint-plugin-` prefix:

```json
{
  "plugins": ["template"]
}
```

Then configure the rules you want to use under the rules section.

```json
{
  "rules": {
    "template/template": "error"
  }
}
```

## Further Reading

- https://eslint.org/

## LICENSE

MIT

<!-- prettier-ignore-start -->
[npm]: https://www.npmjs.com
[node]: https://nodejs.org
[build-badge]: https://img.shields.io/github/workflow/status/sam-parsons/eslint-plugin-template/node-ci?logo=github&style=flat-square
[build]: https://github.com/sam-parsons/eslint-plugin-template/actions?query=workflow%3Anode-ci
[coverage-badge]: https://img.shields.io/codecov/c/github/sam-parsons/eslint-plugin-template.svg?style=flat-square
[version-badge]: https://img.shields.io/npm/v/eslint-plugin-template.svg?style=flat-square
[package]: https://www.npmjs.com/package/eslint-plugin-template
[license-badge]: https://img.shields.io/npm/l/eslint-plugin-template.svg?style=flat-square
[license]: https://github.com/sam-parsons/eslint-plugin-template/blob/main/LICENSE
[eslint]: https://eslint.org
<!-- prettier-ignore-end -->

---
_Source: https://npm.io/package/eslint-plugin-template-template · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
