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

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

ESLint config for Vue.js
https://github.com/kurosame/eslint-config-vue

eslint eslint-config prettier vue

Last synced: about 1 month ago
JSON representation

ESLint config for Vue.js

Awesome Lists containing this project

README

          

# ESLint Config Vue.js

## Installation

```sh
npm install @kurosame/eslint-config-vue --save-dev
```

## Usage

In Your ESLint Config:

```json
{
"extends": ["@kurosame/eslint-config-vue"]
}
```

## License

MIT