@commencis/eslint-config 3.2.0 → 3.3.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
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/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 };
|
|
@@ -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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commencis/eslint-config",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.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",
|