@vue-interface/eslint-config
v2.0.1
Published
The ESLint config for Vue Interface
Maintainers
Readme
eslint-config
Installation
npm install @vue-inteface/eslint-config -DUsage
Add this to your .eslintrc.js:
module.exports = {
extends: ['@vue-interface/eslint-config'],
}