Skip to content

Commit

Permalink
chore: add type comment to exported plugin (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg authored Aug 6, 2024
1 parent 08a8a09 commit a3b3c05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const allRules = Object.fromEntries(
]),
);

/** @type {import("eslint").ESLint.Plugin} */
const plugin = {
meta: {
name: packageMetadata.name,
Expand Down

0 comments on commit a3b3c05

Please sign in to comment.