@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 +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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.
|
|
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