From ced097577f499ee375685260ac33db429859d091 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 28 Aug 2016 17:52:14 +0800 Subject: [PATCH] fix deprecated lint warning --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 5e2173a4e2..b1033ea34b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -36,6 +36,7 @@ const eslintrc = { 'max-len': 0, 'consistent-return': 0, 'no-redeclare': 0, + 'react/require-extension': 0, } };