Closed
Description
See #339 for existing discussion on this.
The ESLint plugin should implement a new version of the no-floating-promises rule from TSLint. This rule requires type information, and no equivalent exists yet in other tools. eslint-plugin-promise offers some of the functionality, but because the plugin does not have access to type information, it is not nearly as powerful. Implementing this rule will help organisations with replacing TSLint with typescript-eslint tools instead.
Metadata
Metadata
Assignees
Labels
New rule request for eslint-pluginNew rule request for eslint-pluginIssues related to @typescript-eslint/eslint-pluginIssues related to @typescript-eslint/eslint-plugin