Skip to content

Commit a3b3c05

Browse files
chore: add type comment to exported plugin (#488)
1 parent 08a8a09 commit a3b3c05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const allRules = Object.fromEntries(
4242
]),
4343
);
4444

45+
/** @type {import("eslint").ESLint.Plugin} */
4546
const plugin = {
4647
meta: {
4748
name: packageMetadata.name,

0 commit comments

Comments
 (0)