From f0fb5d18125509681efe0a47199b54806d82c19f Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Mon, 24 Jun 2024 16:53:09 +0900 Subject: [PATCH] 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 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 --- .prettierignore | 5 +++-- npm/eslint-config/package.json | 4 ++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.prettierignore b/.prettierignore index 2b707ea..d6bdbfa 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,5 @@ -.gitmodules -.pinterest-linters/ CODEOWNERS +.gitmodules node_modules/ +.pinterest-linters/ +package-lock.json diff --git a/npm/eslint-config/package.json b/npm/eslint-config/package.json index 824d43c..a947059 100644 --- a/npm/eslint-config/package.json +++ b/npm/eslint-config/package.json @@ -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" ],