Skip to content

Instantly share code, notes, and snippets.

@raivieiraadriano92
Created March 12, 2018 15:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raivieiraadriano92/f04db29e42afebb38bdf1af372450366 to your computer and use it in GitHub Desktop.
Save raivieiraadriano92/f04db29e42afebb38bdf1af372450366 to your computer and use it in GitHub Desktop.
{
"presets": [
"react-native"
],
"plugins": [
[
"module-resolver",
{
"cwd": "babelrc",
"root": [
"./src"
],
"extensions": [
".js",
".ios.js",
".android.js"
]
}
]
]
}
# 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