Created
March 12, 2018 15:32
-
-
Save raivieiraadriano92/f04db29e42afebb38bdf1af372450366 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"presets": [ | |
"react-native" | |
], | |
"plugins": [ | |
[ | |
"module-resolver", | |
{ | |
"cwd": "babelrc", | |
"root": [ | |
"./src" | |
], | |
"extensions": [ | |
".js", | |
".ios.js", | |
".android.js" | |
] | |
} | |
] | |
] | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# config ESLint https://gist.github.com/raivieiraadriano92/2b3cd36bc4553801fa956cc896e6beb2 | |
# run | |
$ yarn add --dev babel-plugin-module-resolver eslint-import-resolver-babel-module |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment