Skip to content

Commit

Permalink
chore: Add links to issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Aug 21, 2020
1 parent 9038236 commit 9fa9632
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/rules/no-unused-declaration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ ruleTester({ types: true }).run("no-unused-declaration", rule, {
{
code: stripIndent`
// extended interface
// https://github.com/cartant/eslint-plugin-etc/issues/16
interface Foo {
x: string;
}
Expand All @@ -516,6 +517,7 @@ ruleTester({ types: true }).run("no-unused-declaration", rule, {
{
code: stripIndent`
// unused interface with declarations disabled
// https://github.com/cartant/eslint-plugin-etc/issues/16
interface Foo {
x: string;
}
Expand Down

0 comments on commit 9fa9632

Please sign in to comment.