@thrivehive/eslint-config-vue
v1.2.3
Published
ESLint config for @thrivehive Vue projects
Downloads
4
Keywords
Readme
@thrivehive/eslint-plugin-vue
About
This eslint config extends the official Vue Airbnb config, and the @thrivehive/eslint-config-node config.
Installation
Using NPM:
npm install --save-dev @thrivehive/eslint-plugin-vue
Using Yarn:
yarn add --dev @thrivehive/eslint-plugin-vue
Usage
In .eslintrc.js:
module.exports = {
extends: [
'@thrivehive/vue'
]
};