Browse Source

import/extensions:0

pull/20187/head
xiaohuoni 5 years ago
committed by 偏右
parent
commit
d0d521fc63
  1. 1
      .eslintrc.js

1
.eslintrc.js

@ -86,6 +86,7 @@ const eslintrc = {
'react/static-property-placement': 0, 'react/static-property-placement': 0,
'jest/no-test-callback': 0, 'jest/no-test-callback': 0,
'jest/expect-expect': 0, 'jest/expect-expect': 0,
'import/extensions': 0,
}, },
globals: { globals: {
gtag: true, gtag: true,

Loading…
Cancel
Save