We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff5446 commit cc14873Copy full SHA for cc14873
example/package.json
@@ -5,7 +5,7 @@
5
"scripts": {
6
"android": "expo run:android",
7
"ios": "expo run:ios",
8
- "lint": "expo lint",
+ "lint": "tsc --noEmit && eslint",
9
"reset-project": "node ./scripts/reset-project.js",
10
"start": "expo start",
11
"web": "expo start --web"
package.json
@@ -28,6 +28,7 @@
28
"build": "tsc",
29
"dev": "tsc --watch",
30
"ios": "react-native run-ios",
31
32
"prepare": "yarn run build",
33
"start": "react-native start"
34
},
0 commit comments