Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jardenliu/eslint-config-vue

Personal preferences for vue eslint configuration
https://github.com/jardenliu/eslint-config-vue

Last synced: 7 days ago
JSON representation

Personal preferences for vue eslint configuration

Awesome Lists containing this project

README

        

# eslint-config-vue
Personal preferences for vue eslint configuration

## Installation

```bash
$ npm install @jardenliu/eslint-config-vue
```

## Usage

add extends `@jardenliu/vue` into your eslint config `.eslintrc`

```json
{
"root": true,
"extends": [
"@jardenliu/vue"
],
"rules": {

}
}
```