Yuki Takei 7 年 前
コミット
fb4364f328
1 ファイル変更1 行追加0 行削除
  1. 1 0
      .eslintrc.js

+ 1 - 0
.eslintrc.js

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