File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -1045,9 +1045,7 @@ overrides:
1045
1045
no-empty-function : 2
1046
1046
1047
1047
# # Objects
1048
- prefer-destructuring :
1049
- - 2
1050
- - enforceForDeclarationWithTypeAnnotation : true
1048
+ prefer-destructuring : 2
1051
1049
1052
1050
# # Inheritance
1053
1051
class-methods-use-this : 2
@@ -1144,7 +1142,11 @@ overrides:
1144
1142
' @typescript-eslint/max-params ' : 2
1145
1143
' @typescript-eslint/default-param-last ' : 2
1146
1144
' @typescript-eslint/no-empty-function ' : 2
1147
- ' @typescript-eslint/prefer-destructuring ' : 2
1145
+ ' @typescript-eslint/prefer-destructuring ' :
1146
+ - 2
1147
+ # # TODO: uncomment this. This is currently failing due to a bug with
1148
+ # # @typescript-eslint/eslint-parser for this rule
1149
+ # - enforceForDeclarationWithTypeAnnotation: true
1148
1150
' @typescript-eslint/class-methods-use-this ' : 2
1149
1151
' @typescript-eslint/no-invalid-this ' : 2
1150
1152
' @typescript-eslint/require-await ' : 2
You can’t perform that action at this time.
0 commit comments