Skip to content

Instantly share code, notes, and snippets.

@nabeen
Created February 7, 2018 17:30
Show Gist options
  • Save nabeen/7ff5a34a17a44a89bce122e0c7feafd3 to your computer and use it in GitHub Desktop.
Save nabeen/7ff5a34a17a44a89bce122e0c7feafd3 to your computer and use it in GitHub Desktop.
.eslintrc sample for react native
{
"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