Created
April 20, 2021 03:50
-
-
Save underworld14/520961d2ab7093028fcd7f46f3b93a16 to your computer and use it in GitHub Desktop.
Scripts
This file contains hidden or 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
"scripts": { | |
"android": "react-native run-android", | |
"ios": "react-native run-ios", | |
"start": "react-native start", | |
"test": "jest", | |
"lint": "eslint . --ext .js,.ts,.tsx", | |
"lint:fix": "eslint . --ext .js,.ts,.tsx --fix", | |
"prettier": "prettier --check '*/**/*.{js,ts,tsx}'", | |
"prettier:fix": "prettier --write '*/**/*.{js,ts,tsx}'" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment