Skip to content

Commit

Permalink
Switch to maintained version of eslint-plugin-vue-i18n package
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Feb 3, 2022
1 parent 5f81cdd commit 430be6b
Show file tree
Hide file tree
Showing 14 changed files with 603 additions and 288 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module.exports = {
node: true,
},
extends: [
'plugin:vue-i18n/recommended',
'plugin:vue/recommended',
'plugin:@intlify/vue-i18n/recommended',
'@vue/airbnb',
],
rules: {
Expand Down Expand Up @@ -34,8 +34,8 @@ module.exports = {
'vue/space-infix-ops': 'error',
'vue/space-unary-ops': 'error',
'vue/v-on-function-call': 'error',
'vue-i18n/no-dynamic-keys': 'error',
'vue-i18n/no-unused-keys': 'error',
'@intlify/vue-i18n/no-dynamic-keys': 'error',
'@intlify/vue-i18n/no-unused-keys': 'error',
'vuejs-accessibility/click-events-have-key-events': 'off',
'vuejs-accessibility/label-has-for': 'off',
'vuejs-accessibility/form-control-has-label': 'off',
Expand Down
Loading

0 comments on commit 430be6b

Please sign in to comment.