File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 37
37
"scripts" : {
38
38
"typescript" : " tsc --noEmit" ,
39
39
"lint" : " eslint --ext '.js,.ts,.tsx' ." ,
40
- "test" : " jest" ,
41
40
"prepare" : " bob build && node ./scripts/generate-mappings.js" ,
42
41
"release" : " release-it" ,
43
42
"bootstrap" : " yarn --cwd example && yarn --cwd docs && yarn" ,
44
43
"docs" : " yarn --cwd docs" ,
45
- "commit" : " commit" ,
46
- "example" : " yarn --cwd example"
44
+ "commit" : " commit"
47
45
},
48
46
"publishConfig" : {
49
47
"registry" : " https://registry.npmjs.org/"
84
82
"chalk" : " ^4.0.0" ,
85
83
"dedent" : " ^0.7.0" ,
86
84
"eslint" : " ^8.26.0" ,
85
+ "eslint-plugin-jest" : " ^27.1.4" ,
87
86
"eslint-plugin-prettier" : " ^3.0.0" ,
88
87
"eslint-plugin-react-native" : " ^3.5.0" ,
89
88
"expo-constants" : " ^9.3.5" ,
Original file line number Diff line number Diff line change @@ -4797,6 +4797,13 @@ eslint-plugin-jest@^26.5.3:
4797
4797
dependencies :
4798
4798
" @typescript-eslint/utils" " ^5.10.0"
4799
4799
4800
+ eslint-plugin-jest@^27.1.4 :
4801
+ version "27.1.4"
4802
+ resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-27.1.4.tgz#bdfaf51ee9ed0b86dac1e83753e22da072acaa92"
4803
+ integrity sha512-evJ9E9id/z2Fu6LR+ncNySJ6UMs5RiJiv4JsmdA3gPWoq0AR+uZyva738+Y9Uln+3WaYX+3OYP9HJoau94Iurg==
4804
+ dependencies :
4805
+ " @typescript-eslint/utils" " ^5.10.0"
4806
+
4800
4807
eslint-plugin-prettier@^3.0.0 :
4801
4808
version "3.4.1"
4802
4809
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.4.1.tgz#e9ddb200efb6f3d05ffe83b1665a716af4a387e5"
You can’t perform that action at this time.
0 commit comments