You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
I couldn't reproduce it in the Playground, however even invalid code is not detected by this rule what apparently means the rule is not present there at all (?) TSLint Playground
Bug Report
Reproduction using TSLint Playground
I couldn't reproduce it in the Playground, however even invalid code is not detected by this rule what apparently means the rule is not present there at all (?)
TSLint Playground
TypeScript code being linted
with
tslint.json
configuration:Actual behavior
Treats abstract methods as an error
Expected behavior
Should ignore abstract methods because they don't have a body
The text was updated successfully, but these errors were encountered: