@futagoza/eslint-config-vue
v9.3.0
Published
Futago-za Ryuu's ESLint configurations for Vue.js projects.
Downloads
4
Maintainers
Readme
This package contains configuration files for ESLint v6+
This is a configuration file for ESLint that is used to lint my Vue.js projects.
NOTE: This configuration will only check for @vue/* rules, therefore it is recommended to also use @futagoza/eslint-config-javascript or something similar alongside this configuration.
installation
$ npm i --save-dev @futagoza/eslint-config-vue
usage
Put the following into your configuration (.eslintrc.*
file or the "eslintConfig" field in package.json
):
{
"extends": "@futagoza/vue"
}
configurations
A list of usable configurations as well the configurations they use:
@futagoza/vue
(default, extends plugin:vue/recommended)
license
Copyright © 2019+ Futago-za Ryuu Released under the MIT License, http://opensource.org/licenses/MIT