File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -433,6 +433,11 @@ module.exports = {
433433
434434 'no-useless-constructor' : 'off' ,
435435 '@typescript-eslint/no-useless-constructor' : 'error' ,
436+ 'object-curly-spacing' : 'off' ,
437+ '@typescript-eslint/object-curly-spacing' : [
438+ 'error' ,
439+ 'never'
440+ ] ,
436441 '@typescript-eslint/no-var-requires' : 'error' ,
437442 '@typescript-eslint/non-nullable-type-assertion-style' : 'error' ,
438443 '@typescript-eslint/prefer-as-const' : 'error' ,
Original file line number Diff line number Diff line change 4444 " simple"
4545 ],
4646 "devDependencies" : {
47- "@typescript-eslint/eslint-plugin" : " ^4.10 .0" ,
48- "@typescript-eslint/parser" : " ^4.10 .0" ,
47+ "@typescript-eslint/eslint-plugin" : " ^4.14 .0" ,
48+ "@typescript-eslint/parser" : " ^4.14 .0" ,
4949 "ava" : " ^2.4.0" ,
5050 "eslint" : " ^7.8.1" ,
5151 "temp-write" : " ^4.0.0" ,
5252 "typescript" : " ^4.1.3"
5353 },
5454 "peerDependencies" : {
55- "@typescript-eslint/eslint-plugin" : " >=4.10 .0" ,
55+ "@typescript-eslint/eslint-plugin" : " >=4.14 .0" ,
5656 "eslint" : " >=7.8.0" ,
5757 "typescript" : " >=3.6.0"
5858 }
You can’t perform that action at this time.
0 commit comments