|
@ -143,7 +143,6 @@ |
|
|
// The following rules are part of @typescript-eslint/stylistic-type-checked |
|
|
// The following rules are part of @typescript-eslint/stylistic-type-checked |
|
|
// and can be remove once solved |
|
|
// and can be remove once solved |
|
|
"@typescript-eslint/prefer-nullish-coalescing": "warn", // TODO: Requires strictNullChecks: true |
|
|
"@typescript-eslint/prefer-nullish-coalescing": "warn", // TODO: Requires strictNullChecks: true |
|
|
"@typescript-eslint/prefer-optional-chain": "warn", |
|
|
|
|
|
"@typescript-eslint/consistent-indexed-object-style": "warn", |
|
|
"@typescript-eslint/consistent-indexed-object-style": "warn", |
|
|
"@typescript-eslint/consistent-generic-constructors": "warn" |
|
|
"@typescript-eslint/consistent-generic-constructors": "warn" |
|
|
} |
|
|
} |
|
|