From 53f50a6b3a65746322553cd9ad44bc38ee0c8c26 Mon Sep 17 00:00:00 2001 From: Dmytro Zelenetskyi Date: Sat, 22 Aug 2026 23:02:53 +0200 Subject: [PATCH] Fix project description --- .devcontainer/devcontainer.json | 2 +- SECURITY.md | 2 +- eslint/astro/README.md | 1 - eslint/astro/package.json | 4 ++-- eslint/common/package.json | 6 +++--- eslint/js/README.md | 1 - eslint/js/package.json | 4 ++-- eslint/next/README.md | 1 - eslint/next/package.json | 4 ++-- eslint/react/README.md | 1 - eslint/react/package.json | 4 ++-- eslint/rock-stack/README.md | 1 - eslint/rock-stack/package.json | 4 ++-- eslint/ts/README.md | 1 - eslint/ts/package.json | 4 ++-- package.json | 8 ++++---- vscode/theme-onyx/README.md | 2 +- vscode/theme-onyx/package.json | 6 +++--- 18 files changed, 25 insertions(+), 31 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1617b0c..ced1872 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,6 @@ { "$schema": "https://raw.githubusercontent.com/devcontainers/spec/main/schemas/devContainer.base.schema.json", - "name": "zemd/js-tooling", + "name": "zemd/tooling", "build": { "dockerfile": "Dockerfile" }, diff --git a/SECURITY.md b/SECURITY.md index 45c0e93..f666c40 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,7 +8,7 @@ Do not report vulnerabilities through public issues, pull requests, or discussio Use one of these private channels: -1. [GitHub Private Vulnerability Reporting](https://github.com/zemd/js-tooling/security/advisories/new) (preferred). +1. [GitHub Private Vulnerability Reporting](https://github.com/zemd/tooling/security/advisories/new) (preferred). 2. Email with the subject `SECURITY: `. Include the affected package and version, impact, environment, reproduction steps, and any known mitigations. The maintainers aim to acknowledge complete reports within two business days and provide an initial assessment within seven business days. diff --git a/eslint/astro/README.md b/eslint/astro/README.md index f3a9310..cbbfe27 100644 --- a/eslint/astro/README.md +++ b/eslint/astro/README.md @@ -1,7 +1,6 @@ # Shared ESLint config for Astro projects [![npm](https://img.shields.io/npm/v/@zemd/eslint-astro?color=0000ff&label=npm&labelColor=000)](https://npmjs.com/package/@zemd/eslint-astro) -[![GitHub](https://img.shields.io/badge/zemd%2Fjs--tooling-gray?style=social&logo=github&label=GitHub&labelColor=blue)](https://github.com/zemd/js-tooling) This package includes a set of ESLint configurations for Astro projects. diff --git a/eslint/astro/package.json b/eslint/astro/package.json index df662db..258867b 100644 --- a/eslint/astro/package.json +++ b/eslint/astro/package.json @@ -17,7 +17,7 @@ ], "homepage": "https://eslint-config.zemd.dev/", "bugs": { - "url": "https://github.com/zemd/js-tooling/issues" + "url": "https://github.com/zemd/tooling/issues" }, "license": "Apache-2.0", "author": { @@ -27,7 +27,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/zemd/js-tooling.git", + "url": "git+https://github.com/zemd/tooling.git", "directory": "eslint/astro" }, "funding": "https://github.com/sponsors/zemd", diff --git a/eslint/common/package.json b/eslint/common/package.json index 1d9796c..762c5e9 100644 --- a/eslint/common/package.json +++ b/eslint/common/package.json @@ -9,9 +9,9 @@ "flat config", "javascript" ], - "homepage": "https://github.com/zemd/js-tooling/tree/main/eslint/common", + "homepage": "https://github.com/zemd/tooling/tree/main/eslint/common", "bugs": { - "url": "https://github.com/zemd/js-tooling/issues" + "url": "https://github.com/zemd/tooling/issues" }, "license": "Apache-2.0", "author": { @@ -21,7 +21,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/zemd/js-tooling.git", + "url": "git+https://github.com/zemd/tooling.git", "directory": "eslint/common" }, "funding": "https://github.com/sponsors/zemd", diff --git a/eslint/js/README.md b/eslint/js/README.md index 449eea0..3b68945 100644 --- a/eslint/js/README.md +++ b/eslint/js/README.md @@ -1,7 +1,6 @@ # Shared ESLint config for JavaScript projects [![npm](https://img.shields.io/npm/v/@zemd/eslint-js?color=0000ff&label=npm&labelColor=000)](https://npmjs.com/package/@zemd/eslint-js) -[![GitHub](https://img.shields.io/badge/zemd%2Fjs--tooling-gray?style=social&logo=github&label=GitHub&labelColor=blue)](https://github.com/zemd/js-tooling) This package includes a set of ESLint configurations for **JavaScript** projects. diff --git a/eslint/js/package.json b/eslint/js/package.json index 1d96046..2181305 100644 --- a/eslint/js/package.json +++ b/eslint/js/package.json @@ -13,7 +13,7 @@ ], "homepage": "https://eslint-config.zemd.dev/", "bugs": { - "url": "https://github.com/zemd/js-tooling/issues" + "url": "https://github.com/zemd/tooling/issues" }, "license": "Apache-2.0", "author": { @@ -23,7 +23,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/zemd/js-tooling.git", + "url": "git+https://github.com/zemd/tooling.git", "directory": "eslint/js" }, "funding": "https://github.com/sponsors/zemd", diff --git a/eslint/next/README.md b/eslint/next/README.md index e998552..43b023c 100644 --- a/eslint/next/README.md +++ b/eslint/next/README.md @@ -1,7 +1,6 @@ # Shared ESLint config for Next.js projects [![npm](https://img.shields.io/npm/v/@zemd/eslint-next?color=0000ff&label=npm&labelColor=000)](https://npmjs.com/package/@zemd/eslint-next) -[![GitHub](https://img.shields.io/badge/zemd%2Fjs--tooling-gray?style=social&logo=github&label=GitHub&labelColor=blue)](https://github.com/zemd/js-tooling) This package includes a set of ESLint configurations for Next.js projects. diff --git a/eslint/next/package.json b/eslint/next/package.json index ba61f64..8d751be 100644 --- a/eslint/next/package.json +++ b/eslint/next/package.json @@ -17,7 +17,7 @@ ], "homepage": "https://eslint-config.zemd.dev/", "bugs": { - "url": "https://github.com/zemd/js-tooling/issues" + "url": "https://github.com/zemd/tooling/issues" }, "license": "Apache-2.0", "author": { @@ -27,7 +27,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/zemd/js-tooling.git", + "url": "git+https://github.com/zemd/tooling.git", "directory": "eslint/next" }, "funding": "https://github.com/sponsors/zemd", diff --git a/eslint/react/README.md b/eslint/react/README.md index 831fb2e..34f0724 100644 --- a/eslint/react/README.md +++ b/eslint/react/README.md @@ -1,7 +1,6 @@ # Shared ESLint config for React projects [![npm](https://img.shields.io/npm/v/@zemd/eslint-react?color=0000ff&label=npm&labelColor=000)](https://npmjs.com/package/@zemd/eslint-react) -[![GitHub](https://img.shields.io/badge/zemd%2Fjs--tooling-gray?style=social&logo=github&label=GitHub&labelColor=blue)](https://github.com/zemd/js-tooling) This package includes a set of ESLint configurations for React projects. diff --git a/eslint/react/package.json b/eslint/react/package.json index 5c541b4..0334117 100644 --- a/eslint/react/package.json +++ b/eslint/react/package.json @@ -15,7 +15,7 @@ ], "homepage": "https://eslint-config.zemd.dev/", "bugs": { - "url": "https://github.com/zemd/js-tooling/issues" + "url": "https://github.com/zemd/tooling/issues" }, "license": "Apache-2.0", "author": { @@ -25,7 +25,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/zemd/js-tooling.git", + "url": "git+https://github.com/zemd/tooling.git", "directory": "eslint/react" }, "funding": "https://github.com/sponsors/zemd", diff --git a/eslint/rock-stack/README.md b/eslint/rock-stack/README.md index 65a6709..5b1ead5 100644 --- a/eslint/rock-stack/README.md +++ b/eslint/rock-stack/README.md @@ -1,7 +1,6 @@ # Shared ESLint config for modern projects [![npm](https://img.shields.io/npm/v/@zemd/eslint-rock-stack?color=0000ff&label=npm&labelColor=000)](https://npmjs.com/package/@zemd/eslint-rock-stack) -[![GitHub](https://img.shields.io/badge/zemd%2Fjs--tooling-gray?style=social&logo=github&label=GitHub&labelColor=blue)](https://github.com/zemd/js-tooling) This package includes a set of ESLint configurations for modern fullstack projects that rock. diff --git a/eslint/rock-stack/package.json b/eslint/rock-stack/package.json index 666d6c8..9aa9427 100644 --- a/eslint/rock-stack/package.json +++ b/eslint/rock-stack/package.json @@ -16,7 +16,7 @@ ], "homepage": "https://eslint-config.zemd.dev/", "bugs": { - "url": "https://github.com/zemd/js-tooling/issues" + "url": "https://github.com/zemd/tooling/issues" }, "license": "Apache-2.0", "author": { @@ -26,7 +26,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/zemd/js-tooling.git", + "url": "git+https://github.com/zemd/tooling.git", "directory": "eslint/rock-stack" }, "funding": "https://github.com/sponsors/zemd", diff --git a/eslint/ts/README.md b/eslint/ts/README.md index ff77dd3..ce266a5 100644 --- a/eslint/ts/README.md +++ b/eslint/ts/README.md @@ -1,7 +1,6 @@ # Shared ESLint config for TypeScript projects [![npm](https://img.shields.io/npm/v/@zemd/eslint-ts?color=0000ff&label=npm&labelColor=000)](https://npmjs.com/package/@zemd/eslint-ts) -[![GitHub](https://img.shields.io/badge/zemd%2Fjs--tooling-gray?style=social&logo=github&label=GitHub&labelColor=blue)](https://github.com/zemd/js-tooling) This package includes a set of ESLint configurations for TypeScript projects. diff --git a/eslint/ts/package.json b/eslint/ts/package.json index 083d40a..21eea7d 100644 --- a/eslint/ts/package.json +++ b/eslint/ts/package.json @@ -14,7 +14,7 @@ ], "homepage": "https://eslint-config.zemd.dev/", "bugs": { - "url": "https://github.com/zemd/js-tooling/issues" + "url": "https://github.com/zemd/tooling/issues" }, "license": "Apache-2.0", "author": { @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/zemd/js-tooling.git", + "url": "git+https://github.com/zemd/tooling.git", "directory": "eslint/ts" }, "funding": "https://github.com/sponsors/zemd", diff --git a/package.json b/package.json index b1277f2..77d558f 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "@zemd/js-tooling", + "name": "@zemd/tooling", "version": "0.0.0", "private": true, "description": "TypeScript tooling and configurations for ESLint and Visual Studio Code.", - "homepage": "https://github.com/zemd/js-tooling#readme", + "homepage": "https://github.com/zemd/tooling#readme", "bugs": { - "url": "https://github.com/zemd/js-tooling/issues" + "url": "https://github.com/zemd/tooling/issues" }, "license": "Apache-2.0", "author": { @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/zemd/js-tooling.git" + "url": "git+https://github.com/zemd/tooling.git" }, "funding": "https://github.com/sponsors/zemd", "scripts": { diff --git a/vscode/theme-onyx/README.md b/vscode/theme-onyx/README.md index b9a1c9f..4ce16fc 100644 --- a/vscode/theme-onyx/README.md +++ b/vscode/theme-onyx/README.md @@ -14,7 +14,7 @@ - Font: [MonoLisa](https://www.monolisa.dev/) - File Icon Theme: [Helium Icon Theme](https://marketplace.visualstudio.com/items?itemName=helgardrichard.helium-icon-theme) - Product Icon Theme: [Fluent Icons](https://marketplace.visualstudio.com/items?itemName=miguelsolorio.fluent-icons) -- Theme: [Onyx](https://github.com/zemd/js-tooling/tree/main/vscode/theme-onyx) +- Theme: [Onyx](https://github.com/zemd/tooling/tree/main/vscode/theme-onyx) ## Install diff --git a/vscode/theme-onyx/package.json b/vscode/theme-onyx/package.json index 530fc4b..b244a72 100644 --- a/vscode/theme-onyx/package.json +++ b/vscode/theme-onyx/package.json @@ -13,9 +13,9 @@ "theme", "zemd" ], - "homepage": "https://github.com/zemd/js-tooling/tree/main/vscode/theme-onyx", + "homepage": "https://github.com/zemd/tooling/tree/main/vscode/theme-onyx", "bugs": { - "url": "https://github.com/zemd/js-tooling/issues" + "url": "https://github.com/zemd/tooling/issues" }, "license": "Apache-2.0", "author": { @@ -25,7 +25,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/zemd/js-tooling.git", + "url": "git+https://github.com/zemd/tooling.git", "directory": "vscode/theme-onyx" }, "funding": "https://github.com/sponsors/zemd",