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:
parent
09d55a76c5
commit
f0fb5d1812
2 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
.gitmodules
|
|
||||||
.pinterest-linters/
|
|
||||||
CODEOWNERS
|
CODEOWNERS
|
||||||
|
.gitmodules
|
||||||
node_modules/
|
node_modules/
|
||||||
|
.pinterest-linters/
|
||||||
|
package-lock.json
|
||||||
|
|
|
@ -26,6 +26,10 @@
|
||||||
"url": "git+https://github.com/revi/sandbox.git",
|
"url": "git+https://github.com/revi/sandbox.git",
|
||||||
"directory": "npm/eslint-config"
|
"directory": "npm/eslint-config"
|
||||||
},
|
},
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://revi.xyz/new",
|
||||||
|
"email": "bugs@phab.revi.dev"
|
||||||
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"eslint"
|
"eslint"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue