# @pianoforte/eslint-config-vue-typescript

> Pianoforte style eslint config for vue with typescript

Latest version **1.4.0** (published 2020-08-06) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install @pianoforte/eslint-config-vue-typescript
pnpm add @pianoforte/eslint-config-vue-typescript
yarn add @pianoforte/eslint-config-vue-typescript
bun add @pianoforte/eslint-config-vue-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.4.0 |
| Published | 2020-08-06 |
| First published | 2020-04-26 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=12 |
| Dependencies | 4 |
| Unpacked size | 37.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | zakuro |
| Maintainers | zakuro9715 |
| Keywords | eslint, eslintconfig |

## Links

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

## Dependencies (4)

- [@typescript-eslint/parser](https://npm.io/package/@typescript-eslint/parser.md) ^3.7.0
- [@pianoforte/eslint-config-vue](https://npm.io/package/@pianoforte/eslint-config-vue.md) ^1.4.0
- [@vue/eslint-config-typescript](https://npm.io/package/@vue/eslint-config-typescript.md) ^5.0.2
- [@pianoforte/eslint-config-typescript](https://npm.io/package/@pianoforte/eslint-config-typescript.md) ^1.3.3

## 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.4.0 (latest) — 2020-08-06
- 1.3.3 — 2020-07-26
- 1.3.2 — 2020-07-26
- 1.3.1 — 2020-07-26
- 1.3.0 — 2020-07-26
- 1.2.0 — 2020-07-16
- 1.1.0 — 2020-05-27
- 1.0.0 — 2020-05-27
- 0.29.1 — 2020-04-26
- 0.29.0 — 2020-04-26
- 0.28.0 — 2020-04-26
- 0.27.0 — 2020-04-26

## README

# @pianoforte/eslint-config-vue-typescript

[![npm version](https://badge.fury.io/js/%40pianoforte%2Feslint-config-vue-typescript.svg)](https://badge.fury.io/js/%40pianoforte%2Feslint-config-vue-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 vue with typescript.

## Install

Install config with required plugins.

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

## Configure

Add it to your .eslintrc

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

Then create tsconfig.eslint.json

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

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