Skip to content

Commit

Permalink
Chore: Add eslint-plugin keyword in package.json (#204)
Browse files Browse the repository at this point in the history
Just in case. Ensure people can find this plugin.

https://eslint.org/docs/developer-guide/working-with-plugins#share-plugins
  • Loading branch information
bmish authored Sep 23, 2021
1 parent b2cd83f commit a66439e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
},
"keywords": [
"eslint",
"eslintplugin"
"eslintplugin",
"eslint-plugin"
],
"nyc": {
"check-coverage": true,
Expand Down

0 comments on commit a66439e

Please sign in to comment.