From a66439e543157eac3f673ee8ad5ffedd00d13692 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Thu, 23 Sep 2021 10:01:58 -0400 Subject: [PATCH] Chore: Add `eslint-plugin` keyword in package.json (#204) Just in case. Ensure people can find this plugin. https://eslint.org/docs/developer-guide/working-with-plugins#share-plugins --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 56d82342..bf9e7964 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,8 @@ }, "keywords": [ "eslint", - "eslintplugin" + "eslintplugin", + "eslint-plugin" ], "nyc": { "check-coverage": true,