Skip to content

Instantly share code, notes, and snippets.

@vdeep
Created January 16, 2018 05:12
Show Gist options
  • Save vdeep/a89e5d954e0797d6f8afd68bcb14ac3a to your computer and use it in GitHub Desktop.
Save vdeep/a89e5d954e0797d6f8afd68bcb14ac3a to your computer and use it in GitHub Desktop.
React-Native JSLint
{
"parser": "babel-eslint",
"env": {
"browser": true
},
"plugins": [
"react"
],
"extends": [
"eslint:recommended",
"plugin:react/recommended"
],
"rules": {
// overrides
}
}
# When using npm
npm install --save-dev babel-eslint eslint eslint-plugin-react
# When using yarn
yarn add babel-eslint eslint eslint-plugin-react -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment