|
|
|
@ -224,7 +224,6 @@ rules: |
|
|
|
|
"@typescript-eslint/await-thenable": [2] |
|
|
|
|
"@typescript-eslint/ban-ts-comment": [2, {'ts-expect-error': false, 'ts-ignore': true, 'ts-nocheck': false, 'ts-check': false}] |
|
|
|
|
"@typescript-eslint/ban-tslint-comment": [0] |
|
|
|
|
"@typescript-eslint/ban-types": [2, {extendDefaults: true, types: {Function: false}}] |
|
|
|
|
"@typescript-eslint/class-literal-property-style": [0] |
|
|
|
|
"@typescript-eslint/class-methods-use-this": [0] |
|
|
|
|
"@typescript-eslint/consistent-generic-constructors": [0] |
|
|
|
@ -255,6 +254,7 @@ rules: |
|
|
|
|
"@typescript-eslint/no-dynamic-delete": [0] |
|
|
|
|
"@typescript-eslint/no-empty-function": [0] |
|
|
|
|
"@typescript-eslint/no-empty-interface": [0] |
|
|
|
|
"@typescript-eslint/no-empty-object-type": [2] |
|
|
|
|
"@typescript-eslint/no-explicit-any": [0] |
|
|
|
|
"@typescript-eslint/no-extra-non-null-assertion": [2] |
|
|
|
|
"@typescript-eslint/no-extraneous-class": [0] |
|
|
|
@ -266,7 +266,7 @@ rules: |
|
|
|
|
"@typescript-eslint/no-invalid-this": [0] |
|
|
|
|
"@typescript-eslint/no-invalid-void-type": [0] |
|
|
|
|
"@typescript-eslint/no-loop-func": [0] |
|
|
|
|
"@typescript-eslint/no-loss-of-precision": [2] |
|
|
|
|
"@typescript-eslint/no-loss-of-precision": [0] |
|
|
|
|
"@typescript-eslint/no-magic-numbers": [0] |
|
|
|
|
"@typescript-eslint/no-meaningless-void-operator": [0] |
|
|
|
|
"@typescript-eslint/no-misused-new": [2] |
|
|
|
@ -278,8 +278,9 @@ rules: |
|
|
|
|
"@typescript-eslint/no-non-null-assertion": [0] |
|
|
|
|
"@typescript-eslint/no-redeclare": [0] |
|
|
|
|
"@typescript-eslint/no-redundant-type-constituents": [2] |
|
|
|
|
"@typescript-eslint/no-require-imports": [0] |
|
|
|
|
"@typescript-eslint/no-require-imports": [2] |
|
|
|
|
"@typescript-eslint/no-restricted-imports": [0] |
|
|
|
|
"@typescript-eslint/no-restricted-types": [0] |
|
|
|
|
"@typescript-eslint/no-shadow": [0] |
|
|
|
|
"@typescript-eslint/no-this-alias": [0] # handled by unicorn/no-this-assignment |
|
|
|
|
"@typescript-eslint/no-unnecessary-boolean-literal-compare": [0] |
|
|
|
@ -294,6 +295,7 @@ rules: |
|
|
|
|
"@typescript-eslint/no-unsafe-call": [0] |
|
|
|
|
"@typescript-eslint/no-unsafe-declaration-merging": [2] |
|
|
|
|
"@typescript-eslint/no-unsafe-enum-comparison": [2] |
|
|
|
|
"@typescript-eslint/no-unsafe-function-type": [2] |
|
|
|
|
"@typescript-eslint/no-unsafe-member-access": [0] |
|
|
|
|
"@typescript-eslint/no-unsafe-return": [0] |
|
|
|
|
"@typescript-eslint/no-unsafe-unary-minus": [2] |
|
|
|
@ -302,7 +304,7 @@ rules: |
|
|
|
|
"@typescript-eslint/no-use-before-define": [0] |
|
|
|
|
"@typescript-eslint/no-useless-constructor": [0] |
|
|
|
|
"@typescript-eslint/no-useless-empty-export": [0] |
|
|
|
|
"@typescript-eslint/no-var-requires": [2] |
|
|
|
|
"@typescript-eslint/no-wrapper-object-types": [2] |
|
|
|
|
"@typescript-eslint/non-nullable-type-assertion-style": [0] |
|
|
|
|
"@typescript-eslint/only-throw-error": [2] |
|
|
|
|
"@typescript-eslint/parameter-properties": [0] |
|
|
|
@ -334,7 +336,7 @@ rules: |
|
|
|
|
"@typescript-eslint/switch-exhaustiveness-check": [0] |
|
|
|
|
"@typescript-eslint/triple-slash-reference": [2] |
|
|
|
|
"@typescript-eslint/typedef": [0] |
|
|
|
|
"@typescript-eslint/unbound-method": [2] |
|
|
|
|
"@typescript-eslint/unbound-method": [0] # too many false-positives |
|
|
|
|
"@typescript-eslint/unified-signatures": [2] |
|
|
|
|
accessor-pairs: [2] |
|
|
|
|
array-callback-return: [2, {checkForEach: true}] |
|
|
|
@ -599,7 +601,7 @@ rules: |
|
|
|
|
no-lone-blocks: [2] |
|
|
|
|
no-lonely-if: [0] |
|
|
|
|
no-loop-func: [0] |
|
|
|
|
no-loss-of-precision: [0] # handled by @typescript-eslint/no-loss-of-precision |
|
|
|
|
no-loss-of-precision: [2] |
|
|
|
|
no-magic-numbers: [0] |
|
|
|
|
no-misleading-character-class: [2] |
|
|
|
|
no-multi-assign: [0] |
|
|
|
@ -843,6 +845,7 @@ rules: |
|
|
|
|
unicorn/no-invalid-fetch-options: [2] |
|
|
|
|
unicorn/no-invalid-remove-event-listener: [2] |
|
|
|
|
unicorn/no-keyword-prefix: [0] |
|
|
|
|
unicorn/no-length-as-slice-end: [2] |
|
|
|
|
unicorn/no-lonely-if: [2] |
|
|
|
|
unicorn/no-magic-array-flat-depth: [0] |
|
|
|
|
unicorn/no-negated-condition: [0] |
|
|
|
|