Created
July 18, 2018 14:12
-
-
Save anthony2025/1bba1e3a138cb8a5b4470678de7f9399 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[ignore] | |
.*/build/.* | |
.*\.re | |
[include] | |
./src | |
[libs] | |
[lints] | |
unclear-type=warn | |
[options] | |
emoji=true | |
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] | |
unclear-type | |
unsafe-getters-setters | |
sketchy-null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment