This package provides ESLint rules for JavaScript, including Vue.js & ECMAScript 6+.
Table of Contents
npm install --save-dev @tada5hi/eslint-config-vue
To use this package ESLint needs to be configured properly.
Add the following line to the ESLint config file:
extends: [
+ '@tada5hi/eslint-config-vue'
]
Open a terminal to the root of your project, and run the following command:
eslint --ext .js,.vue
Made with 💚
Published under MIT License.