Last active
April 3, 2018 21:09
-
-
Save lyubenov/93140af7e2679b187c4de0f3561b080e to your computer and use it in GitHub Desktop.
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
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