1.11.6 • Published 8 months ago
@moser-inc/eslint-config-vue v1.11.6
Moser ESLint Config Vue
This is the set of rules to for usage in Vue based projects.
Installation
npm i -D eslint prettier @moser-inc/eslint-config-vue
Usage
Add the config to the extends
option in your ESLint config.
module.exports = {
extends: ['@moser-inc/eslint-config-vue']
}