@nickforddev/eslint-config-vue
About
This eslint config extends the official Vue Airbnb config, and the @nickforddev/eslint-config-node config.
Installation
Using NPM:
npm install --save-dev @nickforddev/eslint-config-vue
Using Yarn:
yarn add --dev @nickforddev/eslint-config-vue
Usage
In .eslintrc.js:
module.exports = {
extends: [
'@nickforddev/vue'
]
};