eslint-config-dedicio
v1.0.6
Published
My personal ESLint config for JavaScript and Vue.js projects
Maintainers
Readme
eslint-config-dedicio
How to use
Install the package on your project
npm install --save-dev eslint-config-dedicioAdd the config on your .eslintrc file
"extends": "dedicio"Or if you want to use the Vue.js rules, you can add the code below:
"extends": "dedicio/vue"