5.0.1 • Published 1 year ago
@quero/eslint-config-vue v5.0.1
@quero/eslint-config-vue
When using this, you should add to the eslintrc
in the extends the recommended version of the vue you are using:
module.exports = {
extends: [
'plugin:vue/vue3-recommended',
// 'plugin:vue/vue-recommended', // if you are still using vue 2
'@quero/eslint-config-typescript',
// '@quero/eslint-config-base', // if you are still using pure javascript
'@quero/eslint-config-vue',
'plugin:vuejs-accessibility/recommended',
],
plugins: [
'@quero/vue',
'vuejs-accessibility',
],
}
vuejs-accessibility is not automatically installed with @quero/eslint-config-vue, but it's highly recommended to also use it.
Rules
This package inherits all configurations from @quero/eslint-config-base
.
5.0.1
1 year ago
5.0.0
1 year ago
4.0.0
1 year ago
4.0.1-beef-up-typescript-eslint-config.5
1 year ago
3.0.1
1 year ago
3.0.1-change-to-peers.1
1 year ago
3.0.1-change-to-peers.0
1 year ago
3.0.0
2 years ago
2.0.2-fix-dependencies-errors.1
3 years ago
2.0.2-fix-peer-dependency-errors.0
3 years ago
2.0.2-peer-dependencies-errors.0
3 years ago
2.0.2
3 years ago
2.0.1
3 years ago
1.0.2-bump-eslint-plugin-vue.16
3 years ago
2.0.0
3 years ago
1.0.1
4 years ago
1.0.1-alpha.1
4 years ago
1.0.1-alpha.0
4 years ago
1.0.0
5 years ago