From a9bd0189f60e770ad431b6d1c18a335b2a1529bd Mon Sep 17 00:00:00 2001 From: Eric Fennis Date: Mon, 6 Nov 2023 10:57:07 +0100 Subject: [PATCH] process feedback --- icons/spline.json | 11 +++++++++-- icons/umbrella-off.json | 1 - package.json | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/icons/spline.json b/icons/spline.json index cde3932cac..97e379de27 100644 --- a/icons/spline.json +++ b/icons/spline.json @@ -4,8 +4,15 @@ "ericfennis", "jguddas" ], - "tags": [], + "tags": [ + "path", + "pen", + "tool", + "shape", + "curve", + "draw" + ], "categories": [ "design" ] -} \ No newline at end of file +} diff --git a/icons/umbrella-off.json b/icons/umbrella-off.json index bd4d441df0..7aeeb9096a 100644 --- a/icons/umbrella-off.json +++ b/icons/umbrella-off.json @@ -5,7 +5,6 @@ "csandman", "ericfennis", "karsa-mistmere", - "jguddas", "jguddas" ], "tags": [ diff --git a/package.json b/package.json index 9de77d6f49..5a0db76ee9 100644 --- a/package.json +++ b/package.json @@ -29,11 +29,11 @@ "generate:contributors": "node ./scripts/updateContributors.mjs icons/*.svg", "generate:nextJSAliases": "node ./scripts/generateNextJSAliases.mjs", "postinstall": "husky install", - "lint:js": "eslint .", + "lint:es": "eslint .", "lint:json:icons": "ajv --spec=draft2020 -s icon.schema.json -d 'icons/*.json' > /dev/null", "lint:json:categories": "ajv --spec=draft2020 -s category.schema.json -d 'categories/*.json' > /dev/null", "lint:json": "pnpm run lint:json:icons && pnpm run lint:json:categories", - "lint": "pnpm lint:js && pnpm lint:json", + "lint": "pnpm lint:es && pnpm lint:json", "prepare": "husky install", "gi": "node ./scripts/generate/generateIcons.mjs" },