@commencis/eslint-config 3.2.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 +12 -0
- package/dist/{configFactory-CXHEg3eE.mjs → configFactory-BipBobUN.mjs} +2 -1
- package/dist/configs/javascript.mjs +1 -1
- package/dist/configs/native.mjs +1 -1
- package/dist/configs/next.d.mts +2 -2
- package/dist/configs/next.mjs +1 -1
- package/dist/configs/react.d.mts +2 -2
- package/dist/configs/react.mjs +1 -1
- package/dist/configs/typescript.d.mts +2 -2
- package/dist/configs/typescript.mjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
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
|
+
|
|
9
|
+
## 3.3.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- chore: update core dependencies and minimum supported versions ([#433](https://github.com/Commencis/js-toolkit/pull/433))
|
|
14
|
+
|
|
3
15
|
## 3.2.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
package/dist/configs/native.mjs
CHANGED
package/dist/configs/next.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { t as FlatConfig } from "../config.types-lPpPZZFj.mjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as eslint_config0 from "eslint/config";
|
|
3
3
|
|
|
4
4
|
//#region src/configs/next.d.ts
|
|
5
5
|
declare const nextConfig: FlatConfig;
|
|
6
|
-
declare const _default:
|
|
6
|
+
declare const _default: eslint_config0.Config[];
|
|
7
7
|
//#endregion
|
|
8
8
|
export { _default as default, nextConfig };
|
package/dist/configs/next.mjs
CHANGED
package/dist/configs/react.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { t as FlatConfig } from "../config.types-lPpPZZFj.mjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as eslint_config0 from "eslint/config";
|
|
3
3
|
|
|
4
4
|
//#region src/configs/react.d.ts
|
|
5
5
|
declare const reactConfig: FlatConfig;
|
|
6
|
-
declare const _default:
|
|
6
|
+
declare const _default: eslint_config0.Config[];
|
|
7
7
|
//#endregion
|
|
8
8
|
export { _default as default, reactConfig };
|
package/dist/configs/react.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { t as FlatConfig } from "../config.types-lPpPZZFj.mjs";
|
|
2
|
-
import * as
|
|
2
|
+
import * as eslint_config0 from "eslint/config";
|
|
3
3
|
|
|
4
4
|
//#region src/configs/typescript.d.ts
|
|
5
5
|
declare const typescriptConfig: FlatConfig;
|
|
6
|
-
declare const _default:
|
|
6
|
+
declare const _default: eslint_config0.Config[];
|
|
7
7
|
//#endregion
|
|
8
8
|
export { _default as default, typescriptConfig };
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as configFactory } from "./configFactory-
|
|
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
|
+
"version": "3.4.0",
|
|
4
4
|
"description": "Commencis ESLint config",
|
|
5
5
|
"author": "Commencis WEB Team",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -50,16 +50,16 @@
|
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@next/eslint-plugin-next": "16.1.
|
|
54
|
-
"@typescript-eslint/utils": "8.
|
|
53
|
+
"@next/eslint-plugin-next": "16.1.6",
|
|
54
|
+
"@typescript-eslint/utils": "8.54.0",
|
|
55
55
|
"eslint-config-prettier": "10.1.8",
|
|
56
56
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
|
57
|
-
"eslint-plugin-prettier": "5.5.
|
|
57
|
+
"eslint-plugin-prettier": "5.5.5",
|
|
58
58
|
"eslint-plugin-react": "7.37.5",
|
|
59
59
|
"eslint-plugin-react-hooks": "7.0.1",
|
|
60
60
|
"eslint-plugin-simple-import-sort": "12.1.1",
|
|
61
|
-
"globals": "17.
|
|
62
|
-
"typescript-eslint": "8.
|
|
61
|
+
"globals": "17.3.0",
|
|
62
|
+
"typescript-eslint": "8.54.0"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@commencis/ts-config": "1.0.0",
|