@exadev/eslint-config 2.10.5 → 2.10.6

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/dist/index.cjs CHANGED
@@ -119,7 +119,7 @@ function buildReactConfig(options = {}) {
119
119
  }
120
120
  //#endregion
121
121
  //#region package.json
122
- var version = "2.10.5";
122
+ var version = "2.10.6";
123
123
  //#endregion
124
124
  //#region src/rules/barrel-helpers.ts
125
125
  const INDEX_BASENAME$1 = /^index\.[cm]?[tj]sx?$/;
package/dist/index.js CHANGED
@@ -90,7 +90,7 @@ function buildReactConfig(options = {}) {
90
90
  }
91
91
  //#endregion
92
92
  //#region package.json
93
- var version = "2.10.5";
93
+ var version = "2.10.6";
94
94
  //#endregion
95
95
  //#region src/rules/barrel-helpers.ts
96
96
  const INDEX_BASENAME$1 = /^index\.[cm]?[tj]sx?$/;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exadev/eslint-config",
3
- "version": "2.10.5",
3
+ "version": "2.10.6",
4
4
  "description": "Shared custom ESLint rules and plugin for ExaDev projects",
5
5
  "type": "module",
6
6
  "sideEffects": false,