-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Description
Tracking issues for recommended rules of typescript-eslint
- adjacent-overload-signatures (easy)
- ban-ts-comment
- ban-types
- explicit-module-boundary-types (easy)
- no-array-constructor
- no-empty-function (needs to be fixed, false positives for constructors)
- no-empty-interface
- no-explicit-any
- no-extra-non-null-assertion
- no-extra-semi (easy)
- no-inferrable-types (easy)
- no-misused-new
- no-namespace
- no-non-null-asserted-optional-chain
- no-non-null-assertion
- no-this-alias
- no-unused-vars (hard, needs scope analysis)
-
no-var-requires - prefer-as-const
- prefer-namespace-keyword
- triple-slash-reference
disizali, lemarier, David-Else and andriyor