Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fisker/eslint-plugin-vue-enhanced

Extra rules for vue projects
https://github.com/fisker/eslint-plugin-vue-enhanced

Last synced: 6 days ago
JSON representation

Extra rules for vue projects

Awesome Lists containing this project

README

        

# eslint-plugin-vue-enhanced

> ESLint plugins for Vue.

## Installation

```bash
yarn add eslint-plugin-vue-enhanced --dev
```

## Usage

Add this to your `.eslintrc.js`

```js
module.exports = {
extends: ['plugin:vue-enhanced/recommended'],
}
```

## Rules

- [`no-v-show`](./docs/no-v-show.md) - Prefer `hidden` attribute over `v-show` directive.