From d0d521fc63c6586afc2e58277c5a5a7caf37afba Mon Sep 17 00:00:00 2001 From: xiaohuoni <448627663@qq.com> Date: Mon, 9 Dec 2019 23:31:54 +0800 Subject: [PATCH] import/extensions:0 --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index 26dd847473..e4279b3942 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -86,6 +86,7 @@ const eslintrc = { 'react/static-property-placement': 0, 'jest/no-test-callback': 0, 'jest/expect-expect': 0, + 'import/extensions': 0, }, globals: { gtag: true,