@leo-tools/eslint-config-vue
v0.0.9
Published
eslint config for vue
Downloads
1
Maintainers
Readme
eslint-config-vue
eslint config for vue
Installation
$ npm install --save-dev @leo-tools/eslint-config-vue
Usage
This package is base on @vue/cli-plugin-eslint
and eslint-plugin-vue
, so you need to use @vue/cli
create a vue project with eslint, and then install this package.
Once the @leo-tools/eslint-config-vue package is installed, you can use it by specifying @leo-tools/eslint-config-vue in the extends section of your ESLint configuration.
{
"extends": ["@leo-tools/eslint-config-vue"],
"rules": {
// Additional, per-project rules...
}
}