Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Spinning off ofbradzacher/eslint-plugin-typescript#276: I'm a TSLint maintainer and wouldlove to help get all the TSLint-exclusive rules available in ESLint. For each of these, would you accept a PR adding them in?
See theroadmap for an up-to-date listing
- await-promise
- completed-docs
- deprecation
- match-default-export-name
- no-boolean-literal-compare
- no-floating-promises
- no-for-in-array:Rule proposal: no unnecessary type casting #250
- no-inferred-empty-object-type
- no-unbound-method
- no-unnecessary-qualifier
- no-unnecessary-type-assertion
- no-unsafe-any
- no-unused-variable
- no-use-before-declare
- no-void-expression
- prefer-readonly
- promise-function-async
- restrict-plus-operands:[restrict-plus-operands] false positive on type parameters #230
- return-undefined
- strict-boolean-expressions
- strict-type-predicates
- unnecessary-bind
- use-default-type-parameter