@nekohack/eslint-config-vue
v1.1.0
Published
## Installation
Readme
@nekohack/eslint-config-vue
Installation
Install the ESLint plugin for Vue.js.
Dropping support for Node.js v8.x - ESLint v7
npm i @nekohack/eslint-config-vue -D
yarn add -D @nekohack/eslint-config-vueConfiguration
You can use as general ESLint plugins.
module.exports = {
extends: ['@nekohack/eslint-config-vue']
}