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",