From a8a267edc90f3dce833d6046ce6c280e956e4e13 Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Thu, 1 Aug 2024 12:32:30 -0400 Subject: [PATCH] feat: add type comment to exported plugin --- lib/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/index.js b/lib/index.js index 05dabb56..d71340a3 100644 --- a/lib/index.js +++ b/lib/index.js @@ -42,6 +42,7 @@ const allRules = Object.fromEntries( ]), ); +/** @type {import("eslint").ESLint.Plugin} */ const plugin = { meta: { name: packageMetadata.name,