@iraiser/eslint-config-vue
v2.0.1
Published
ESLint shareable config for the iRaiser VueJS style guide.
Downloads
295
Readme
ESLint Config for VueJS
ESLint shareable config for the iRaiser VueJS style guide.
Install
npm install @iraiser/eslint-config-vue eslint --save-dev
Usage
Create .eslintrc
file on root of your project.
{
"extends": [
"@iraiser/eslint-config-vue"
]
}
You can extend the rules with your own config, see ESLint documentation.