From df34f44e2e1bf8010c70f5ad43b82478f0db6196 Mon Sep 17 00:00:00 2001 From: Jeroen van Wissen Date: Mon, 4 Sep 2023 09:02:13 +0200 Subject: [PATCH] Update package.json --- package.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a9accfb..f4468ac 100644 --- a/package.json +++ b/package.json @@ -24,5 +24,14 @@ "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "prettier": "^3.0.3" - } + }, + "devDependencies": {}, + "repository": { + "type": "git", + "url": "git+https://github.com/fastone/eslint-config.git" + }, + "bugs": { + "url": "https://github.com/fastone/eslint-config/issues" + }, + "homepage": "https://github.com/fastone/eslint-config#readme" }