# eslint-config-vue

> eslint config for vue.js projects

Latest version **2.0.2** (published 2017-01-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-config-vue
pnpm add eslint-config-vue
yarn add eslint-config-vue
bun add eslint-config-vue
```

## 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 | 2.0.2 |
| Published | 2017-01-24 |
| First published | 2016-05-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 320 |
| Author | Evan You |
| Maintainers | chrisvfritz, yyx990803 |
| Keywords | eslint, vue |

## Links

- npm: https://www.npmjs.com/package/eslint-config-vue
- Repository: https://github.com/vuejs/eslint-config-vue
- Homepage: https://github.com/vuejs/eslint-config-vue#readme
- Issues: https://github.com/vuejs/eslint-config-vue/issues
- npm.io page: https://npm.io/package/eslint-config-vue

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

- 2.0.2 (latest) — 2017-01-24
- 2.0.1 — 2016-11-08
- 2.0.0 — 2016-10-31
- 1.1.0 — 2016-08-29
- 1.0.3 — 2016-05-26
- 1.0.2 — 2016-05-12
- 1.0.1 — 2016-05-12
- 1.0.0 — 2016-05-03

## README

# eslint-config-vue

A set of opinionated ESLint (http://eslint.org) rules (all rules included) tailored for Vue.js projects

## Usage
1. `npm install --save-dev eslint-config-vue eslint-plugin-vue`
2. create a file named `.eslintrc` in your project:

```js
{
  "extends": "vue"
  // Your overrides...
}
```

## License

[MIT](http://opensource.org/licenses/MIT)

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