From b97e9cb6d400d8d2db3acd332e4fdbe7dfc9c44c 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 f33eec61f9..48e880ca4c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -87,6 +87,7 @@ const eslintrc = { 'react/static-property-placement': 0, 'jest/no-test-callback': 0, 'jest/expect-expect': 0, + 'import/extensions': 0, }, globals: { gtag: true,