@etchteam/eslint-config 3.1.0 → 3.1.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 -7
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,8 +1,4 @@
1
- ## 3.1.0 (2026-04-02)
1
+ ## <small>3.1.1 (2026-04-02)</small>
2
2
 
3
- * Merge pull request #549 from etchteam/webc-support ([9b27bb3](https://github.com/etchteam/eslint/commit/9b27bb3)), closes [#549](https://github.com/etchteam/eslint/issues/549)
4
- * refactor: address sonarcloud issues in webc processor ([069302f](https://github.com/etchteam/eslint/commit/069302f))
5
- * refactor: deduplicate block extraction logic in webc processor ([2f98a07](https://github.com/etchteam/eslint/commit/2f98a07))
6
- * feat: add WebC template linting support ([af7aad0](https://github.com/etchteam/eslint/commit/af7aad0))
7
- * feat: enable curly rule to require braces on all if statements ([8b410d2](https://github.com/etchteam/eslint/commit/8b410d2))
8
- * style: remove eslint-disable comments from webc processor ([77f7635](https://github.com/etchteam/eslint/commit/77f7635))
3
+ * Merge pull request #551 from etchteam/dependabot/npm_and_yarn/npm_and_yarn-52571dc7e9 ([695b535](https://github.com/etchteam/eslint/commit/695b535)), closes [#551](https://github.com/etchteam/eslint/issues/551)
4
+ * fix: Bump lodash in the npm_and_yarn group across 1 directory ([2eddafe](https://github.com/etchteam/eslint/commit/2eddafe))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etchteam/eslint-config",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Etch's standard eslint config",
5
5
  "type": "module",
6
6
  "main": "src/index.mjs",