@commencis/eslint-config 3.3.0 → 3.4.0

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @commencis/eslint-config
2
2
 
3
+ ## 3.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - chore: remove no-undef rule from typescriptConfig ([#435](https://github.com/Commencis/js-toolkit/pull/435))
8
+
3
9
  ## 3.3.0
4
10
 
5
11
  ### Minor Changes
@@ -557,7 +557,8 @@ const typescriptRuleset = {
557
557
  caughtErrorsIgnorePattern: "^_",
558
558
  destructuredArrayIgnorePattern: "^_",
559
559
  varsIgnorePattern: "^_"
560
- }]
560
+ }],
561
+ "no-undef": "off"
561
562
  },
562
563
  name: "@commencis/typescript"
563
564
  };
@@ -1,4 +1,4 @@
1
- import { t as configFactory } from "../configFactory-CXHEg3eE.mjs";
1
+ import { t as configFactory } from "../configFactory-BipBobUN.mjs";
2
2
  import { defineConfig } from "eslint/config";
3
3
 
4
4
  //#region src/configs/javascript.ts
@@ -1,4 +1,4 @@
1
- import { t as configFactory } from "../configFactory-CXHEg3eE.mjs";
1
+ import { t as configFactory } from "../configFactory-BipBobUN.mjs";
2
2
  import { defineConfig } from "eslint/config";
3
3
 
4
4
  //#region src/configs/native.ts
@@ -1,4 +1,4 @@
1
- import { t as configFactory } from "../configFactory-CXHEg3eE.mjs";
1
+ import { t as configFactory } from "../configFactory-BipBobUN.mjs";
2
2
  import { defineConfig } from "eslint/config";
3
3
 
4
4
  //#region src/configs/next.ts
@@ -1,4 +1,4 @@
1
- import { t as configFactory } from "../configFactory-CXHEg3eE.mjs";
1
+ import { t as configFactory } from "../configFactory-BipBobUN.mjs";
2
2
  import { defineConfig } from "eslint/config";
3
3
 
4
4
  //#region src/configs/react.ts
@@ -1,4 +1,4 @@
1
- import { t as configFactory } from "../configFactory-CXHEg3eE.mjs";
1
+ import { t as configFactory } from "../configFactory-BipBobUN.mjs";
2
2
  import { defineConfig } from "eslint/config";
3
3
 
4
4
  //#region src/configs/typescript.ts
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { t as configFactory } from "./configFactory-CXHEg3eE.mjs";
1
+ import { t as configFactory } from "./configFactory-BipBobUN.mjs";
2
2
  import { javascriptConfig } from "./configs/javascript.mjs";
3
3
  import { nextConfig } from "./configs/next.mjs";
4
4
  import { reactConfig } from "./configs/react.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commencis/eslint-config",
3
- "version": "3.3.0",
3
+ "version": "3.4.0",
4
4
  "description": "Commencis ESLint config",
5
5
  "author": "Commencis WEB Team",
6
6
  "license": "Apache-2.0",