Skip to content

Commit

Permalink
fix: empty interfaces ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
marluanespiritusanto committed Apr 10, 2023
1 parent 50ec2f0 commit 2afd532
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
],
"rules": {
"no-console": false,
"no-string-literal": false
"no-string-literal": false,
"no-empty-interface": false
}
}

0 comments on commit 2afd532

Please sign in to comment.