# @fbi-js/eslint-config-vue

> ESLint config for Vue.js project

Latest version **1.2.2** (published 2021-02-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install @fbi-js/eslint-config-vue
pnpm add @fbi-js/eslint-config-vue
yarn add @fbi-js/eslint-config-vue
bun add @fbi-js/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 | 1.2.2 |
| Published | 2021-02-25 |
| First published | 2021-01-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 2.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | neikvon, wendaosanshou |

## Links

- npm: https://www.npmjs.com/package/@fbi-js/eslint-config-vue
- Repository: https://github.com/fbi-js/config
- Homepage: https://github.com/fbi-js/config/tree/master/packages/eslint-config-vue
- Issues: https://github.com/fbi-js/config/issues
- npm.io page: https://npm.io/package/@fbi-js/eslint-config-vue

## Dependencies (2)

- [eslint-plugin-vue](https://npm.io/package/eslint-plugin-vue.md) ^7.6.0
- [@fbi-js/eslint-config](https://npm.io/package/@fbi-js/eslint-config.md) ^1.2.2

## Recent versions

- 1.2.2 (latest) — 2021-02-25
- 1.2.1 — 2021-01-27
- 1.2.0 — 2021-01-12
- 1.1.0 — 2021-01-08
- 1.0.1 — 2021-01-07
- 1.0.0 — 2021-01-06
- 0.0.3 — 2021-01-06
- 0.0.2 — 2021-01-06
- 0.0.1 — 2021-01-04

## README

# @fbi-js/eslint-config-vue

ESLint config for Vue.js project. Extends

- [@fbi-js/eslint-config](https://github.com/fbi-js/config/tree/main/packages/eslint-config)
- [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue)

## Usage

```bash
npm i -D @fbi-js/eslint-config-vue
```

`./package.json` (you can also use other [configuration files](https://eslint.org/docs/user-guide/configuring#using-configuration-files-1))

```json
{
  "eslintConfig": {
    "extends": ["@fbi-js/vue"]
  }
}
```

## License

Licensed under [MIT](https://opensource.org/licenses/MIT).

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