From 75a14d941a3ebae8626964f944a573936db09839 Mon Sep 17 00:00:00 2001 From: YfengJ <166808804+YfengJ@users.noreply.github.com> Date: Thu, 18 Jun 2026 14:59:37 +0800 Subject: [PATCH] chore: add package support metadata --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 09eb698..ba326dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,11 @@ { "name": "@rsbuild/plugin-eslint", "version": "2.0.2", + "homepage": "https://github.com/rstackjs/rsbuild-plugin-eslint#readme", "repository": "https://github.com/rstackjs/rsbuild-plugin-eslint", + "bugs": { + "url": "https://github.com/rstackjs/rsbuild-plugin-eslint/issues" + }, "license": "MIT", "type": "module", "exports": {