Browse Source

temporary disable vue-a11y linter

axolotle 2 years ago
parent
commit
b03fc048c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .eslintrc.js

+ 1 - 1
.eslintrc.js

@@ -7,7 +7,7 @@ module.exports = {
   },
   extends: [
     'plugin:vue/strongly-recommended',
-    'plugin:vue-a11y/base',
+    // 'plugin:vue-a11y/base', FIXME
     'eslint:recommended',
     '@vue/standard'
   ],