@etchteam/eslint-config 3.3.0 → 3.3.2
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.
- package/CHANGELOG.md +3 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
## 3.3.
|
|
1
|
+
## <small>3.3.2 (2026-04-21)</small>
|
|
2
2
|
|
|
3
|
-
* Merge pull request #
|
|
4
|
-
*
|
|
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 #572 from etchteam/dependabot/npm_and_yarn/eslint-plugin-sonarjs-4.0.3 ([9f4145a](https://github.com/etchteam/eslint/commit/9f4145a)), closes [#572](https://github.com/etchteam/eslint/issues/572)
|
|
4
|
+
* fix: Bump eslint-plugin-sonarjs from 3.0.7 to 4.0.3 ([9b73753](https://github.com/etchteam/eslint/commit/9b73753))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@etchteam/eslint-config",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.2",
|
|
4
4
|
"description": "Etch's standard eslint config",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.mjs",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"eslint-plugin-json": "^4.0.1",
|
|
64
64
|
"eslint-plugin-prettier": "^5.5.0",
|
|
65
65
|
"eslint-plugin-security": "^4.0.0",
|
|
66
|
-
"eslint-plugin-sonarjs": "^
|
|
66
|
+
"eslint-plugin-sonarjs": "^4.0.3",
|
|
67
67
|
"eslint-plugin-unused-imports": "^4.1.3",
|
|
68
68
|
"eslint-plugin-yml": "^3.0.0",
|
|
69
69
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
|