From 568d3437364154fede3a6967892e70670af60136 Mon Sep 17 00:00:00 2001 From: Yuichiro Yamashita Date: Sat, 27 May 2023 19:21:24 +0900 Subject: [PATCH 1/2] Make `eslint-plugin-svelte` as official --- src/routes/tools/tools.json | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/src/routes/tools/tools.json b/src/routes/tools/tools.json index b9f510b..f1429b5 100644 --- a/src/routes/tools/tools.json +++ b/src/routes/tools/tools.json @@ -170,15 +170,6 @@ "tags": [], "stars": 45 }, - { - "addedOn": "2021-08-09T10:14:05.723Z", - "title": "eslint-plugin-svelte3", - "category": "Linting and Formatting", - "description": "An ESLint plugin for Svelte v3 components.", - "url": "https://github.com/sveltejs/eslint-plugin-svelte3", - "tags": ["official"], - "stars": 289 - }, { "addedOn": "2021-08-09T10:14:05.723Z", "title": "prettier-plugin-svelte", @@ -307,15 +298,15 @@ "stars": 7 }, { - "title": "@ota-meshi/eslint-plugin-svelte", - "url": "https://github.com/ota-meshi/eslint-plugin-svelte", + "title": "eslint-plugin-svelte", + "url": "https://github.com/sveltejs/eslint-plugin-svelte", "description": "ESLint plugin that applies own rules to Svelte", - "npm": "@ota-meshi/eslint-plugin-svelte", + "npm": "eslint-plugin-svelte", "addedOn": "2022-04-16", "category": "Linting and Formatting", - "tags": [], - "stars": 0 - }, + "tags": ["official"], + "stars": 135 + } { "title": "full-client-server-sveltekit", "url": "https://www.npmjs.com/package/full-client-server-sveltekit", From c0ca9b0ebcb2042086f7f6c67599b11fe8b1f7ed Mon Sep 17 00:00:00 2001 From: Yuichiro Yamashita Date: Sat, 27 May 2023 19:24:34 +0900 Subject: [PATCH 2/2] Update src/routes/tools/tools.json --- src/routes/tools/tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/tools/tools.json b/src/routes/tools/tools.json index f1429b5..e281357 100644 --- a/src/routes/tools/tools.json +++ b/src/routes/tools/tools.json @@ -306,7 +306,7 @@ "category": "Linting and Formatting", "tags": ["official"], "stars": 135 - } + }, { "title": "full-client-server-sveltekit", "url": "https://www.npmjs.com/package/full-client-server-sveltekit",