Created
February 7, 2018 17:30
-
-
Save nabeen/7ff5a34a17a44a89bce122e0c7feafd3 to your computer and use it in GitHub Desktop.
.eslintrc sample for react native
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
{ | |
"extends": "eslint-config-rallycoding", | |
"rules": { | |
"no-underscore-dangle": 0 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment