remove eslint warning

This commit is contained in:
afc163 2016-09-29 14:22:27 +08:00
parent 8948398b6f
commit 743f3a0dfe

View File

@ -38,6 +38,7 @@ const eslintrc = {
'react/jsx-indent': 0,
'jsx-a11y/no-static-element-interactions': 0,
'jsx-a11y/anchor-has-content': 0,
'react/no-danger': 0,
},
};