0.2.2 • Published 2 years ago
eslint-plugin-revizto v0.2.2
eslint-plugin-revizto
Require label-position for el-form component
Installation
You'll first need to install ESLint:
$ vue add @vue/cli-plugin-eslint
Next, add eslint-plugin-revizto
to package.json devDependencies:
npm i eslint-plugin-revizto --D
Usage
Add to the your .eslintrc
:
module.exports = {
root: true,
env: {
node: true
},
'extends': [
'plugin:revizto/recommended',
'@vue/typescript'
],
parserOptions: {
parser: '@typescript-eslint/parser'
}
}