Browse Source
Feature/Switch consistent-indexed-object-style eslint rule from warn to off (#3999)
* Switch consistent-indexed-object-style eslint rule from warn to off
* Update changelog
---------
Signed-off-by: Dominik Willner <th33xitus@gmail.com>
pull/3916/head
dw-0
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
3 additions and
2 deletions
-
.eslintrc.json
-
CHANGELOG.md
|
|
@ -39,6 +39,7 @@ |
|
|
|
"plugin:@typescript-eslint/stylistic-type-checked" |
|
|
|
], |
|
|
|
"rules": { |
|
|
|
"@typescript-eslint/consistent-indexed-object-style": "off", |
|
|
|
"@typescript-eslint/dot-notation": "off", |
|
|
|
"@typescript-eslint/explicit-member-accessibility": [ |
|
|
|
"off", |
|
|
@ -142,8 +143,7 @@ |
|
|
|
|
|
|
|
// The following rules are part of @typescript-eslint/stylistic-type-checked |
|
|
|
// and can be remove once solved |
|
|
|
"@typescript-eslint/prefer-nullish-coalescing": "warn", // TODO: Requires strictNullChecks: true |
|
|
|
"@typescript-eslint/consistent-indexed-object-style": "warn" |
|
|
|
"@typescript-eslint/prefer-nullish-coalescing": "warn" // TODO: Requires strictNullChecks: true |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
|
|
@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Renamed the static portfolio analysis rule from _Allocation Cluster Risk_ to _Economic Market Cluster Risk_ (Developed Markets and Emerging Markets) |
|
|
|
- Improved the language localization for German (`de`) |
|
|
|
- Switched the `consistent-generic-constructors` rule from `warn` to `error` in the `eslint` configuration |
|
|
|
- Switched the `consistent-indexed-object-style` rule from `warn` to `off` in the `eslint` configuration |
|
|
|
- Switched the `consistent-type-assertions` rule from `warn` to `error` in the `eslint` configuration |
|
|
|
- Switched the `prefer-optional-chain` rule from `warn` to `error` in the `eslint` configuration |
|
|
|
|
|
|
|