Skip to content

Commit

Permalink
Update src/rules/valid-repository-directory.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
  • Loading branch information
altano and JoshuaKGoldberg authored Sep 7, 2024
1 parent 02018de commit e480176
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/rules/valid-repository-directory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ export const rule = createRule({
context.report({
messageId: "mismatched",
node: directoryProperty.value as unknown as ESTree.Node,
// we don't have a good suggestion to offer
suggest: [],
});
}
} else {
Expand Down

0 comments on commit e480176

Please sign in to comment.