File tree 8 files changed +15
-15
lines changed
8 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"arrowParens": "avoid",
3
+ "bracketSameLine": true,
3
4
"bracketSpacing": false,
4
- "jsxBracketSameLine": true,
5
5
"requirePragma": true,
6
6
"singleQuote": true,
7
7
"trailingComma": "all"
Original file line number Diff line number Diff line change 23
23
"eslint-plugin-react" : " ^7.20.0" ,
24
24
"eslint-plugin-react-hooks" : " ^4.0.7" ,
25
25
"eslint-plugin-react-native" : " ^3.10.0" ,
26
- "prettier" : " ^2.0.2 "
26
+ "prettier" : " ^2.4.1 "
27
27
},
28
28
"peerDependencies" : {
29
29
"eslint" : " >=7" ,
30
30
"prettier" : " >=2"
31
31
},
32
32
"devDependencies" : {
33
33
"eslint" : " 7.12.0" ,
34
- "prettier" : " ^2.3.2 "
34
+ "prettier" : " ^2.4.1 "
35
35
}
36
36
}
Original file line number Diff line number Diff line change @@ -1140,10 +1140,10 @@ prettier-linter-helpers@^1.0.0:
1140
1140
dependencies :
1141
1141
fast-diff "^1.1.2"
1142
1142
1143
- prettier@^2.0.2 :
1144
- version "2.0.2 "
1145
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.2 .tgz#1ba8f3eb92231e769b7fcd7cb73ae1b6b74ade08 "
1146
- integrity sha512-5xJQIPT8BraI7ZnaDwSbu5zLrB6vvi8hVV58yHQ+QK64qrY40dULy0HSRlQ2/2IdzeBpjhDkqdcFBnFeDEMVdg ==
1143
+ prettier@^2.4.1 :
1144
+ version "2.4.1 "
1145
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4.1 .tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c "
1146
+ integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA ==
1147
1147
1148
1148
progress@^2.0.0 :
1149
1149
version "2.0.3"
Original file line number Diff line number Diff line change 1
1
{
2
2
"arrowParens": "avoid",
3
+ "bracketSameLine": true,
3
4
"bracketSpacing": false,
4
- "jsxBracketSameLine": true,
5
5
"requirePragma": true,
6
6
"singleQuote": true,
7
7
"trailingComma": "all"
Original file line number Diff line number Diff line change 37
37
"invariant" : " ^2.2.4" ,
38
38
"micromatch" : " ^4.0.2" ,
39
39
"mkdirp" : " ^0.5.1" ,
40
- "prettier" : " 1.19 .1"
40
+ "prettier" : " ^2.4 .1"
41
41
}
42
42
}
Original file line number Diff line number Diff line change 43
43
"metro-babel-register" : " 0.66.2" ,
44
44
"metro-transform-plugins" : " ^0.66.2" ,
45
45
"mkdirp" : " ^0.5.1" ,
46
- "prettier" : " 1.19 .1" ,
46
+ "prettier" : " ^2.4 .1" ,
47
47
"react" : " 17.0.2" ,
48
48
"react-native-codegen" : " ^0.0.10" ,
49
49
"react-shallow-renderer" : " 16.14.1" ,
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
arrowParens : 'avoid' ,
3
+ bracketSameLine : true ,
3
4
bracketSpacing : false ,
4
- jsxBracketSameLine : true ,
5
5
singleQuote : true ,
6
6
trailingComma : 'all' ,
7
7
} ;
Original file line number Diff line number Diff line change @@ -5453,10 +5453,10 @@ prelude-ls@~1.1.2:
5453
5453
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
5454
5454
integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
5455
5455
5456
- prettier@1.19 .1 :
5457
- version "1.19 .1"
5458
- resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19 .1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb "
5459
- integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew ==
5456
+ prettier@^2.4 .1 :
5457
+ version "2.4 .1"
5458
+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.4 .1.tgz#671e11c89c14a4cfc876ce564106c4a6726c9f5c "
5459
+ integrity sha512-9fbDAXSBcc6Bs1mZrDYb3XKzDLm4EXXL9sC1LqKP5rZkT6KRr/rf9amVUcODVXgguK/isJz0d0hP72WeaKWsvA ==
5460
5460
5461
5461
pretty-format@^24.9.0 :
5462
5462
version "24.9.0"
You can’t perform that action at this time.
0 commit comments