Commit 3aea451 1 parent fac388b commit 3aea451 Copy full SHA for 3aea451
File tree 4 files changed +1091
-546
lines changed
4 files changed +1091
-546
lines changed Original file line number Diff line number Diff line change 56
56
"prettier" : " ^2.6.2"
57
57
},
58
58
"devDependencies" : {
59
- "@release-it/conventional-changelog" : " ^4.2.2 " ,
60
- "husky" : " ^7 .0.4 " ,
59
+ "@release-it/conventional-changelog" : " ^5.0.0 " ,
60
+ "husky" : " ^8 .0.1 " ,
61
61
"lint-staged" : " ^12.3.7" ,
62
62
"prettier" : " ^2.6.2" ,
63
- "release-it" : " ^14.14 .0"
63
+ "release-it" : " ^15.0 .0"
64
64
},
65
65
"lint-staged" : {
66
66
"*.js" : " prettier --write ."
Original file line number Diff line number Diff line change @@ -5,7 +5,12 @@ module.exports = {
5
5
'react/destructuring-assignment' : 'error' ,
6
6
'react/forbid-prop-types' : 'error' ,
7
7
'react/jsx-curly-brace-presence' : 'error' ,
8
- 'react/jsx-no-useless-fragment' : 'error' ,
8
+ 'react/jsx-no-useless-fragment' : [
9
+ 'error' ,
10
+ {
11
+ allowExpressions : true ,
12
+ } ,
13
+ ] ,
9
14
'react/jsx-pascal-case' : 'error' ,
10
15
'react/jsx-sort-props' : [
11
16
'error' ,
Original file line number Diff line number Diff line change @@ -8,12 +8,7 @@ module.exports = {
8
8
] ,
9
9
'unicorn/filename-case' : 'off' ,
10
10
'unicorn/no-array-callback-reference' : 'off' ,
11
- 'unicorn/no-array-reduce' : [
12
- 'error' ,
13
- {
14
- allowSimpleOperations : true ,
15
- } ,
16
- ] ,
11
+ 'unicorn/no-array-reduce' : 'off' ,
17
12
'unicorn/no-null' : 'off' ,
18
13
'unicorn/no-thenable' : 'off' ,
19
14
'unicorn/no-useless-undefined' : 'off' ,
You can’t perform that action at this time.
0 commit comments