We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a8a09 commit a3b3c05Copy full SHA for a3b3c05
lib/index.js
@@ -42,6 +42,7 @@ const allRules = Object.fromEntries(
42
]),
43
);
44
45
+/** @type {import("eslint").ESLint.Plugin} */
46
const plugin = {
47
meta: {
48
name: packageMetadata.name,
0 commit comments