From d5b04845cce8a0eeb9e9440864d1b9e1899b3539 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 06:45:24 +0000 Subject: [PATCH] Version Packages --- .changeset/quiet-owls-unused-vars.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/quiet-owls-unused-vars.md diff --git a/.changeset/quiet-owls-unused-vars.md b/.changeset/quiet-owls-unused-vars.md deleted file mode 100644 index 1f27fb0..0000000 --- a/.changeset/quiet-owls-unused-vars.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@ankhorage/devtools': patch ---- - -Disable ESLint's core `no-unused-vars` rule for the shared TypeScript configuration and keep `unused-imports/no-unused-vars` as the TypeScript-aware unused-variable policy, including underscore-prefixed intentional omissions. diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a4081..e5687d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.3.3 + +### Patch Changes + +- 599c140: Disable ESLint's core `no-unused-vars` rule for the shared TypeScript configuration and keep `unused-imports/no-unused-vars` as the TypeScript-aware unused-variable policy, including underscore-prefixed intentional omissions. + ## 1.3.2 ### Patch Changes diff --git a/package.json b/package.json index a21742f..c45a60a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ankhorage/devtools", - "version": "1.3.2", + "version": "1.3.3", "description": "Shared development tools and repository standards for Ankhorage", "license": "MIT", "homepage": "https://github.com/ankhorage/devtools#readme",