denoland / deno_lint

Blazing fast linter for JavaScript and TypeScript written in Rust
https://lint.deno.land/
MIT License
1.53k stars 172 forks source link

fix: incorrect lint assumptions for `no-empty-interface` #1250

Closed Im-Beast closed 6 months ago

Im-Beast commented 7 months ago

This PR removes linting error for interface ABC extends XYZ {} while keeping lint errors for empty interfaces with no extends (interface ABC {}).

Fixes #1249

CLAassistant commented 7 months ago

CLA assistant check
All committers have signed the CLA.