@schoero/configs 1.5.21 → 1.5.23

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.
@@ -67,7 +67,7 @@ export const typescript = [
67
67
  order: "asc",
68
68
  ignoreCase: true,
69
69
  partitionByNewLine: true,
70
- groups: ["required"]
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
- groups: ["required"]
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: 'never'
130
+ sortByValue: false
131
131
  }
132
132
  ],
133
133
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.5.21",
2
+ "version": "1.5.23",
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": "^5.1.0",
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",
@@ -123,7 +123,7 @@
123
123
  "yaml-eslint-parser": "^1.3.2"
124
124
  },
125
125
  "optionalDependencies": {
126
- "eslint-plugin-better-tailwindcss": "4.0.0-beta.6"
126
+ "eslint-plugin-better-tailwindcss": "4.0.0-rc.0"
127
127
  },
128
128
  "devDependencies": {
129
129
  "@types/node": "^25.0.3",