Skip to content

Commit

Permalink
Added rule prefer-reduce-type-parameter to typescript.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jaid <6216144+Jaid@users.noreply.github.com>
  • Loading branch information
Jaid committed Mar 19, 2024
1 parent 464f267 commit 9b02546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/typescript.yml
Expand Up @@ -22,6 +22,7 @@ rules:
no-unsafe-unary-minus: WARN # https://typescript-eslint.io/rules/no-unsafe-unary-minus
prefer-includes: WARN # https://typescript-eslint.io/rules/prefer-includes
prefer-optional-chain: WARN # https://typescript-eslint.io/rules/prefer-optional-chain
prefer-reduce-type-parameter: WARN # https://typescript-eslint.io/rules/prefer-reduce-type-parameter
prefer-string-starts-ends-with: WARN # https://typescript-eslint.io/rules/prefer-string-starts-ends-with
prefer-ts-expect-error: WARN # https://typescript-eslint.io/rules/prefer-ts-expect-error
unbound-method: # https://typescript-eslint.io/rules/unbound-method
Expand Down

0 comments on commit 9b02546

Please sign in to comment.