From 743f3a0dfef16dd1bb9c813b66a44e5fd5936d29 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 29 Sep 2016 14:22:27 +0800 Subject: [PATCH] remove eslint warning --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 7709a0729b..818638258b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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, }, };