1.4.0 • Published 2 years ago
@dcrtit/eslint-config-vue v1.4.0
@dcrtit/eslint-config-vue
Collection of rules based on eslint-plugin-vue
.
Installation
Assuming you have eslint
already installed:
npm i eslint-plugin-vue @dcrtit/eslint-config-vue -D
Usage
In your .eslintrc.js
or whatsoever config file just simple extend your existing configuration with provided package:
module.exports = {
extends: [
// ...Other configs
'@dcrtit/eslint-config-vue'
],
rules: [
// Your own rules' overrides, if needed
]
}
1.4.0
2 years ago
1.4.6-alpha.0
3 years ago
1.4.5-alpha.0
3 years ago
1.4.2-alpha.0
3 years ago
1.4.0-alpha.0
3 years ago
1.3.1-alpha.0
3 years ago
1.1.2-alpha.0
3 years ago
1.1.1-alpha.0
3 years ago