Browse Source

Update .eslintrc.js

Thibault Malbranche 5 years ago
parent
commit
7632f3ca8d
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      .eslintrc.js

+ 2
- 0
.eslintrc.js View File

42
     'import/resolver': {
42
     'import/resolver': {
43
       node: {
43
       node: {
44
         extensions: [
44
         extensions: [
45
+          '.js',
46
+          '.jsx',
45
           '.tsx',
47
           '.tsx',
46
           '.ts',
48
           '.ts',
47
           '.android.tsx',
49
           '.android.tsx',