|
@ -40,6 +40,7 @@ |
|
|
], |
|
|
], |
|
|
"rules": { |
|
|
"rules": { |
|
|
"@typescript-eslint/dot-notation": "off", |
|
|
"@typescript-eslint/dot-notation": "off", |
|
|
|
|
|
"@typescript-eslint/consistent-indexed-object-style": "off", |
|
|
"@typescript-eslint/explicit-member-accessibility": [ |
|
|
"@typescript-eslint/explicit-member-accessibility": [ |
|
|
"off", |
|
|
"off", |
|
|
{ |
|
|
{ |
|
@ -142,8 +143,7 @@ |
|
|
|
|
|
|
|
|
// 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/consistent-indexed-object-style": "warn" |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|