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.