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 3211df7 commit aabd9e1Copy full SHA for aabd9e1
package.json
@@ -48,7 +48,7 @@
48
"build:e2e:macos": "scripts/run_macos_e2e.sh 'build'",
49
"test": "yarn test:lint && yarn test:flow",
50
"test:flow": "flow check",
51
- "test:lint": "eslint 'src/**/*.js' 'example/**/*.js' 'jest/*.js'",
+ "test:lint": "eslint src/**/*.js example/**/*.js jest/*.js",
52
"test:e2e:ios": "detox test -c ios",
53
"test:e2e:android": "detox test -c android",
54
"test:e2e:macos": "scripts/run_macos_e2e.sh 'test'"
0 commit comments