Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <oss@zemd.dev> with the subject `SECURITY: <package name>`.

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.
Expand Down
1 change: 0 additions & 1 deletion eslint/astro/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions eslint/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions eslint/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down
1 change: 0 additions & 1 deletion eslint/js/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions eslint/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down
1 change: 0 additions & 1 deletion eslint/next/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions eslint/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down
1 change: 0 additions & 1 deletion eslint/react/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions eslint/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down
1 change: 0 additions & 1 deletion eslint/rock-stack/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions eslint/rock-stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down
1 change: 0 additions & 1 deletion eslint/ts/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
4 changes: 2 additions & 2 deletions eslint/ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion vscode/theme-onyx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions vscode/theme-onyx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down