@schoero/configs 1.5.21 → 1.5.22
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/eslint/typescript.js +3 -3
- package/package.json +2 -2
package/eslint/typescript.js
CHANGED
|
@@ -67,7 +67,7 @@ export const typescript = [
|
|
|
67
67
|
order: "asc",
|
|
68
68
|
ignoreCase: true,
|
|
69
69
|
partitionByNewLine: true,
|
|
70
|
-
|
|
70
|
+
groupKind: "required-first"
|
|
71
71
|
}
|
|
72
72
|
],
|
|
73
73
|
"eslint-plugin-perfectionist/sort-interfaces": [
|
|
@@ -77,7 +77,7 @@ export const typescript = [
|
|
|
77
77
|
order: "asc",
|
|
78
78
|
ignoreCase: true,
|
|
79
79
|
partitionByNewLine: false,
|
|
80
|
-
|
|
80
|
+
groupKind: "required-first"
|
|
81
81
|
}
|
|
82
82
|
],
|
|
83
83
|
"eslint-plugin-perfectionist/sort-union-types": [
|
|
@@ -127,7 +127,7 @@ export const typescript = [
|
|
|
127
127
|
order: "asc",
|
|
128
128
|
ignoreCase: true,
|
|
129
129
|
partitionByComment: false,
|
|
130
|
-
sortByValue:
|
|
130
|
+
sortByValue: false
|
|
131
131
|
}
|
|
132
132
|
],
|
|
133
133
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.5.
|
|
2
|
+
"version": "1.5.22",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@schoero/configs",
|
|
5
5
|
"description": "",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"eslint-plugin-jsdoc": "^61.5.0",
|
|
114
114
|
"eslint-plugin-jsonc": "^2.21.0",
|
|
115
115
|
"eslint-plugin-markdown": "^5.1.0",
|
|
116
|
-
"eslint-plugin-perfectionist": "^
|
|
116
|
+
"eslint-plugin-perfectionist": "^4.15.1",
|
|
117
117
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
118
118
|
"eslint-plugin-unused-imports": "^4.3.0",
|
|
119
119
|
"eslint-plugin-vitest": "^0.5.4",
|