Skip to content

Commit

Permalink
@vue/eslint-config-airbnb 5.3.0 to 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nsano-rururu committed Jan 2, 2024
1 parent ae5be9a commit 0eb21ff
Show file tree
Hide file tree
Showing 31 changed files with 1,419 additions and 1,618 deletions.
10 changes: 8 additions & 2 deletions .eslintrc.js
Expand Up @@ -4,8 +4,15 @@ module.exports = {
node: true,
mocha: true
},
extends: ['plugin:vue/recommended', '@vue/airbnb'],
extends: ['plugin:vue/recommended', '@vue/eslint-config-airbnb'],
rules: {
'vue/max-len': 'off',
'import/no-unresolved': 'off',
'vuejs-accessibility/rule-name': 'off',
'vuejs-accessibility/label-has-for': 'off',
'vuejs-accessibility/click-events-have-key-events': 'off',
'vuejs-accessibility/no-autofocus': 'off',
'vuejs-accessibility/anchor-has-content': 'off',
quotes: ['error', 'single'],
'no-underscore-dangle': 'off',
'no-empty': 'off',
Expand Down Expand Up @@ -33,7 +40,6 @@ module.exports = {
'import/prefer-default-export': 'off',
'vue/multi-word-component-names': 'off',
'import/no-cycle': 'off',
'import/no-unresolved': 'off',
'import/extensions': [
'off',
'always',
Expand Down

0 comments on commit 0eb21ff

Please sign in to comment.