Browse Source

update rules

Yuki Takei 7 years ago
parent
commit
fb4364f328
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .eslintrc.js

+ 1 - 0
.eslintrc.js

@@ -120,6 +120,7 @@ module.exports = {
     'react/sort-comp': 'off',
     'react/sort-comp': 'off',
     // "react/jsx-uses-vars": 1,
     // "react/jsx-uses-vars": 1,
     // "react/no-string-refs": "off",
     // "react/no-string-refs": "off",
+    'jsx-a11y/img-redundant-alt': 'off',
     semi: [
     semi: [
       'error',
       'error',
       'always',
       'always',