File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,14 @@ module.exports = {
85
85
allowSingleLine : false
86
86
}
87
87
] ,
88
+ 'comma-spacing' : 'off' ,
89
+ '@typescript-eslint/comma-spacing' : [
90
+ 'error' ,
91
+ {
92
+ before : false ,
93
+ after : true
94
+ }
95
+ ] ,
88
96
'default-param-last' : 'off' ,
89
97
'@typescript-eslint/default-param-last' : 'error' ,
90
98
'@typescript-eslint/consistent-type-assertions' : [
Original file line number Diff line number Diff line change 43
43
" simple"
44
44
],
45
45
"devDependencies" : {
46
- "@typescript-eslint/eslint-plugin" : " ^2.17 .0" ,
47
- "@typescript-eslint/parser" : " ^2.17 .0" ,
46
+ "@typescript-eslint/eslint-plugin" : " ^2.18 .0" ,
47
+ "@typescript-eslint/parser" : " ^2.18 .0" ,
48
48
"ava" : " ^2.4.0" ,
49
49
"eslint" : " ^6.8.0" ,
50
50
"temp-write" : " ^4.0.0" ,
51
51
"typescript" : " ^3.7.5"
52
52
},
53
53
"peerDependencies" : {
54
- "@typescript-eslint/eslint-plugin" : " >=2.17 .0" ,
54
+ "@typescript-eslint/eslint-plugin" : " >=2.18 .0" ,
55
55
"eslint" : " >=6.6.0" ,
56
56
"typescript" : " >=3.5.3"
57
57
}
You can’t perform that action at this time.
0 commit comments