File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,11 @@ module.exports = {
2
2
extends : [ require . resolve ( '@umijs/fabric/dist/eslint' ) ] ,
3
3
rules : {
4
4
'jsx-a11y/no-autofocus' : 0 ,
5
+ '@typescript-eslint/consistent-indexed-object-style' : 0 ,
6
+ '@typescript-eslint/no-parameter-properties' : 0 ,
7
+ '@typescript-eslint/no-throw-literal' : 0 ,
8
+ '@typescript-eslint/type-annotation-spacing' : 0 ,
9
+ '@typescript-eslint/ban-types' : 0 ,
5
10
} ,
6
11
overrides : [
7
12
{
Original file line number Diff line number Diff line change 46
46
},
47
47
"dependencies" : {
48
48
"@rc-component/input" : " ~1.0.1" ,
49
- "@rc-component/menu" : " ~1.0 .0" ,
49
+ "@rc-component/menu" : " ~1.1 .0" ,
50
50
"@rc-component/textarea" : " ~1.0.0" ,
51
51
"@rc-component/trigger" : " ^3.0.0" ,
52
52
"@rc-component/util" : " ^1.2.0" ,
63
63
"@types/warning" : " ^3.0.0" ,
64
64
"@umijs/fabric" : " ^3.0.0" ,
65
65
"dumi" : " ^2.0.18" ,
66
- "eslint" : " ^7.0.0" ,
66
+ "eslint" : " ^8.0.0" ,
67
+ "eslint-plugin-jest" : " ^28.11.0" ,
68
+ "eslint-plugin-unicorn" : " ^58.0.0" ,
67
69
"father" : " ^4.0.0" ,
68
70
"gh-pages" : " ^5.0.0" ,
69
71
"husky" : " ^9.1.6" ,
You can’t perform that action at this time.
0 commit comments