# @pianoforte/eslint-config-typescript

> Pianoforte style eslint config for typescript

Latest version **1.3.3** (published 2020-07-26) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install @pianoforte/eslint-config-typescript
pnpm add @pianoforte/eslint-config-typescript
yarn add @pianoforte/eslint-config-typescript
bun add @pianoforte/eslint-config-typescript
```

## 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.3.3 |
| Published | 2020-07-26 |
| First published | 2020-04-23 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=12 |
| Dependencies | 2 |
| Unpacked size | 39.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | zakuro |
| Maintainers | zakuro9715 |
| Keywords | eslint, eslintconfig |

## Links

- npm: https://www.npmjs.com/package/@pianoforte/eslint-config-typescript
- Repository: https://github.com/pianoforte/eslint-config
- Homepage: https://github.com/team-pianforte/eslint-ronfig/tree/master/packages/eslint-config-typescript
- Issues: https://github.com/team-pianoforte/eslint-config/issues
- npm.io page: https://npm.io/package/@pianoforte/eslint-config-typescript

## Dependencies (2)

- [@pianoforte/eslint-config](https://npm.io/package/@pianoforte/eslint-config.md) ^1.3.3
- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) ^3.7.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.3.3 (latest) — 2020-07-26
- 1.2.0 — 2020-07-16
- 1.1.0 — 2020-05-27
- 1.0.0 — 2020-05-27
- 0.29.0 — 2020-04-26
- 0.28.0 — 2020-04-26
- 0.27.0 — 2020-04-26
- 0.26.0 — 2020-04-26
- 0.25.0 — 2020-04-26
- 0.24.0 — 2020-04-26
- 0.23.0 — 2020-04-26
- 0.22.1 — 2020-04-25
- 0.22.0 — 2020-04-25
- 0.21.0 — 2020-04-24
- 0.20.0 — 2020-04-23
- … 9 more at https://npm.io/package/@pianoforte/eslint-config-typescript/versions

## README

# @pianoforte/eslint-config-typescript

[![npm version](https://badge.fury.io/js/%40pianoforte%2Feslint-config-typescript.svg)](https://badge.fury.io/js/%40pianoforte%2Feslint-config-typescript)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

Pianofore style eslint config for typescript.

## Install

Install config with required plugins

```sh
npm install --save-dev \
npm install @pianoforte/eslint-config-typescript
  @typescript-eslint/eslint-plugin @typescript-eslint/parser \
  eslint-plugin-promise eslint-plugin-import
```

## Configure

Add it to your .eslintrc

```.eslintrc
{
  "extends": ["@pianoforte/typescript"]
}
```

Then create tsconfig.eslint.json

```tsconfig.eslint.json
{
  "extends": "tsconfig.json"
  "include": {
    "src/**/*.js",
    "src/**/*.jsx",
    "src/**/*.ts",
    "src/**/*.tsx",
    ".eslintrc.js",
    // And lint target files like .eslintrc.js babel.config.js, postcss.js
  }
}
```

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