Skip to content

Instantly share code, notes, and snippets.

@anthony2025
Created April 20, 2018 16:44
Show Gist options
  • Save anthony2025/59c17b0d87a7367b39c2ec3017f0c277 to your computer and use it in GitHub Desktop.
Save anthony2025/59c17b0d87a7367b39c2ec3017f0c277 to your computer and use it in GitHub Desktop.
[ignore]
[include]
./src/
[libs]
[lints]
[options]
module.name_mapper='^@utils\(.*\)$' -> '<PROJECT_ROOT>/src/utils/\1'
module.name_mapper='^utils\(.*\)$' -> '<PROJECT_ROOT>/src/utils/\1'
module.name_mapper='^@components\(.*\)$' -> '<PROJECT_ROOT>/src/components/\1'
module.name_mapper='^components\(.*\)$' -> '<PROJECT_ROOT>/src/components/\1'
module.name_mapper='^@containers\(.*\)$' -> '<PROJECT_ROOT>/src/containers/\1'
module.name_mapper='^containers\(.*\)$' -> '<PROJECT_ROOT>/src/containers/\1'
[strict]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment