Skip to content

Instantly share code, notes, and snippets.

@lyubenov
Last active April 3, 2018 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lyubenov/93140af7e2679b187c4de0f3561b080e to your computer and use it in GitHub Desktop.
Save lyubenov/93140af7e2679b187c4de0f3561b080e to your computer and use it in GitHub Desktop.
create-react-native-app my-app
cd my-app
curl https://raw.githubusercontent.com/react-community/create-react-native-app/master/.eslintrc > .eslintrc
Add "lint": "eslint ." to package.json
npm install --save-dev eslint babel-eslint eslint-plugin-import eslint-plugin-flowtype eslint-plugin-react eslint-plugin-babel eslint-config-exponent
npm run lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment