@tada5hi/eslint-config-vue
v2.2.1
Published
Shared ESLint flat config for Vue.js projects (deprecated — use @tada5hi/eslint-config)
Downloads
278
Maintainers
Readme
@tada5hi/eslint-config-vue 📚
This package provides ESLint rules for JavaScript, including Vue.js & ECMAScript 6+.
Table of Contents
Installation
npm install --save-dev @tada5hi/eslint-config-vueUsage
To use this package ESLint needs to be configured properly.
Basic
Add the following line to the ESLint config file:
extends: [
+ '@tada5hi/eslint-config-vue'
]Run
Open a terminal to the root of your project, and run the following command:
eslint --ext .js,.vueLicense
Made with 💚
Published under MIT License.
