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