@10stars/config 11.2.0 → 11.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/.eslintrc.js +1 -1
- package/package.json +3 -2
package/.eslintrc.js
CHANGED
|
@@ -101,7 +101,7 @@ module.exports = {
|
|
|
101
101
|
*/
|
|
102
102
|
"no-relative-import-paths/no-relative-import-paths": [
|
|
103
103
|
type.warning,
|
|
104
|
-
{ allowSameFolder: true },
|
|
104
|
+
{ allowSameFolder: true, allowedDepth: 2 },
|
|
105
105
|
],
|
|
106
106
|
/**
|
|
107
107
|
* eslint-plugin-import @see https://github.com/benmosher/eslint-plugin-import
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"name": "@10stars/config",
|
|
7
|
-
"version": "11.
|
|
7
|
+
"version": "11.3.0",
|
|
8
8
|
"author": "10stars.dev <web@alexandrov.co> (https://alexandrov.co)",
|
|
9
9
|
"license": "MIT",
|
|
10
10
|
"bin": {
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"lint-rule-timings": "cross-env TIMING=1 npm run lint"
|
|
25
25
|
},
|
|
26
26
|
"comments-dependencies": {
|
|
27
|
+
"tsx": "newer tsx breaks ladle",
|
|
27
28
|
"eslint": "eslint-plugin-react doesn't support ESLint 9 yet; see https://github.com/jsx-eslint/eslint-plugin-react/pull/3759 ",
|
|
28
29
|
"builtin-modules": "newer version breaks ESLint; we must upgrade to ESLint 9 first"
|
|
29
30
|
},
|
|
@@ -38,7 +39,7 @@
|
|
|
38
39
|
"@typescript-eslint/parser": "^7.0.0",
|
|
39
40
|
"builtin-modules": "^3.3.0",
|
|
40
41
|
"esbuild": "~0.21.5",
|
|
41
|
-
"tsx": "4.
|
|
42
|
+
"tsx": "4.11.2",
|
|
42
43
|
"eslint": "^8.0.0",
|
|
43
44
|
"eslint-config-prettier": "^9.0.0",
|
|
44
45
|
"eslint-plugin-import": "^2.0.0",
|