Add inter-file rules #454
Labels
design limitation
Currently this is a limitation of the design
feature
a new feature
requires type checking
Implementation of this rule requires access to type checking information from TSC
This feature requests stems from the request of a lint rule to not allow (or i guess allow if
// ... allow-...
is used) async methods that aren't awaited.Related issues:
#303
#270
#43
But these rely on inter-file rules, which means the checking and grabbing of other files, so we can check if a method is async or not, and only then can we determine if a promise is unhandled.
Though personally, i would have no clue how this would be implemented
The text was updated successfully, but these errors were encountered: