npm(eslint-config): add bugs entry

Summary:
Well, it's unlikely someone will need file a bug for this pkg but tools
are referring to GitHub issues which are disabled.

Not bumping the version because trivial.

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: When new version is published, go to deps.dev and verify issues label is set to `revi.xyz/new`

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D416
This commit is contained in:
revi 2024-06-24 16:53:09 +09:00
parent 09d55a76c5
commit f0fb5d1812
Signed by: revi
GPG key ID: 1EB4F6CEEA100E94
2 changed files with 7 additions and 2 deletions

View file

@ -1,4 +1,5 @@
.gitmodules
.pinterest-linters/
CODEOWNERS
.gitmodules
node_modules/
.pinterest-linters/
package-lock.json

View file

@ -26,6 +26,10 @@
"url": "git+https://github.com/revi/sandbox.git",
"directory": "npm/eslint-config"
},
"bugs": {
"url": "https://revi.xyz/new",
"email": "bugs@phab.revi.dev"
},
"keywords": [
"eslint"
],