ESLint configuration for Vue
npm install @bts-prodev/eslint-vueBTS-PR01DEV ESLint Vue
Install the following command
``sh`
npm install --save-dev @bts-prodev/eslint-vue
Add the following configuration to your package.json
`json``
"eslintConfig": {
"extends": [
"@bts-prodev/eslint-vue"
]
}