@etchteam/eslint-config 3.3.0 → 3.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -5
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,4 @@
1
- ## 3.3.0 (2026-04-20)
1
+ ## <small>3.3.1 (2026-04-21)</small>
2
2
 
3
- * Merge pull request #569 from etchteam/dependabot/npm_and_yarn/eslint-plugin-react-hooks-7.1.1 ([8d50811](https://github.com/etchteam/eslint/commit/8d50811)), closes [#569](https://github.com/etchteam/eslint/issues/569)
4
- * Merge pull request #570 from etchteam/feat/new-lint-rules ([ea92a60](https://github.com/etchteam/eslint/commit/ea92a60)), closes [#570](https://github.com/etchteam/eslint/issues/570)
5
- * feat: add dot-notation, no-implicit-coercion, and Number.* global rules ([321bed3](https://github.com/etchteam/eslint/commit/321bed3))
6
- * chore: Bump eslint-plugin-react-hooks from 7.1.0 to 7.1.1 ([5c3c5e4](https://github.com/etchteam/eslint/commit/5c3c5e4))
3
+ * Merge pull request #571 from etchteam/dependabot/npm_and_yarn/typescript-eslint-8.59.0 ([c97b084](https://github.com/etchteam/eslint/commit/c97b084)), closes [#571](https://github.com/etchteam/eslint/issues/571)
4
+ * fix: Bump typescript-eslint from 8.58.2 to 8.59.0 ([fc0cec9](https://github.com/etchteam/eslint/commit/fc0cec9))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",