exadev-eslint-config 2.6.0 → 2.6.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/dist/index.cjs CHANGED
@@ -32,7 +32,7 @@ let typescript = require("typescript");
32
32
  typescript = __toESM(typescript, 1);
33
33
  let ts_api_utils = require("ts-api-utils");
34
34
  //#region package.json
35
- var version = "2.6.0";
35
+ var version = "2.6.2";
36
36
  //#endregion
37
37
  //#region src/rules/barrel-helpers.ts
38
38
  const INDEX_BASENAME$1 = /^index\.[cm]?[tj]sx?$/;
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ import { AST_NODE_TYPES, ESLintUtils, TSESLint } from "@typescript-eslint/utils"
4
4
  import * as ts from "typescript";
5
5
  import { isPropertyReadonlyInType, isTypeReference } from "ts-api-utils";
6
6
  //#region package.json
7
- var version = "2.6.0";
7
+ var version = "2.6.2";
8
8
  //#endregion
9
9
  //#region src/rules/barrel-helpers.ts
10
10
  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.6.0",
3
+ "version": "2.6.2",
4
4
  "description": "Shared custom ESLint rules and plugin for ExaDev projects",
5
5
  "type": "module",
6
6
  "sideEffects": false,