@schoero/configs 1.5.37 → 1.5.38
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/javascript.js +0 -1
- package/package.json +17 -18
package/eslint/javascript.js
CHANGED
|
@@ -125,7 +125,6 @@ export const javascript = [
|
|
|
125
125
|
"no-useless-return": "warn",
|
|
126
126
|
|
|
127
127
|
// unicorn
|
|
128
|
-
"eslint-plugin-unicorn/better-regex": "warn",
|
|
129
128
|
"eslint-plugin-unicorn/consistent-destructuring": "warn",
|
|
130
129
|
"eslint-plugin-unicorn/empty-brace-spaces": "warn",
|
|
131
130
|
"eslint-plugin-unicorn/error-message": "warn",
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.5.
|
|
2
|
+
"version": "1.5.38",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@schoero/configs",
|
|
5
5
|
"description": "",
|
|
@@ -43,14 +43,14 @@
|
|
|
43
43
|
],
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"changelogen": "^0.6.2",
|
|
46
|
-
"cspell": "^10.0.
|
|
47
|
-
"eslint": "^
|
|
48
|
-
"markdownlint": "^0.
|
|
49
|
-
"oxlint": "^1.
|
|
50
|
-
"oxlint-tsgolint": "^0.
|
|
46
|
+
"cspell": "^10.0.1",
|
|
47
|
+
"eslint": "^10.5.0",
|
|
48
|
+
"markdownlint": "^0.41.0",
|
|
49
|
+
"oxlint": "^1.69.0",
|
|
50
|
+
"oxlint-tsgolint": "^0.23.0",
|
|
51
51
|
"unwritten": "^0.2.14",
|
|
52
|
-
"vite": "^
|
|
53
|
-
"vitest": "^4.1.
|
|
52
|
+
"vite": "^8.0.16",
|
|
53
|
+
"vitest": "^4.1.8"
|
|
54
54
|
},
|
|
55
55
|
"peerDependenciesMeta": {
|
|
56
56
|
"changelogen": {
|
|
@@ -100,18 +100,17 @@
|
|
|
100
100
|
"@cspell/dict-software-terms": "^5.2.2",
|
|
101
101
|
"@cspell/dict-typescript": "^3.2.3",
|
|
102
102
|
"@eslint/markdown": "^8.0.2",
|
|
103
|
-
"@schoero/configs": "link:",
|
|
104
103
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
105
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
106
|
-
"@typescript-eslint/parser": "^8.
|
|
107
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
104
|
+
"@typescript-eslint/eslint-plugin": "^8.61.0",
|
|
105
|
+
"@typescript-eslint/parser": "^8.61.0",
|
|
106
|
+
"@vitest/eslint-plugin": "^1.6.20",
|
|
108
107
|
"cspell-lib": "^10.0.1",
|
|
109
108
|
"eslint-plugin-import-newlines": "^2.0.0",
|
|
110
109
|
"eslint-plugin-import-x": "^4.16.2",
|
|
111
|
-
"eslint-plugin-jsdoc": "^63.0.
|
|
110
|
+
"eslint-plugin-jsdoc": "^63.0.2",
|
|
112
111
|
"eslint-plugin-jsonc": "^3.2.0",
|
|
113
112
|
"eslint-plugin-perfectionist": "^5.9.0",
|
|
114
|
-
"eslint-plugin-unicorn": "^
|
|
113
|
+
"eslint-plugin-unicorn": "^65.0.1",
|
|
115
114
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
116
115
|
"eslint-plugin-yml": "^3.4.0",
|
|
117
116
|
"globals": "^17.6.0",
|
|
@@ -119,15 +118,15 @@
|
|
|
119
118
|
"yaml-eslint-parser": "^2.0.0"
|
|
120
119
|
},
|
|
121
120
|
"optionalDependencies": {
|
|
122
|
-
"eslint-plugin-better-tailwindcss": "^4.
|
|
121
|
+
"eslint-plugin-better-tailwindcss": "^4.6.0"
|
|
123
122
|
},
|
|
124
123
|
"devDependencies": {
|
|
125
|
-
"@types/node": "^25.9.
|
|
124
|
+
"@types/node": "^25.9.3",
|
|
126
125
|
"changelogen": "^0.6.2",
|
|
127
126
|
"cspell": "^10.0.1",
|
|
128
127
|
"eslint": "^10.4.1",
|
|
129
|
-
"markdownlint": "^0.
|
|
130
|
-
"oxlint": "^1.
|
|
128
|
+
"markdownlint": "^0.41.0",
|
|
129
|
+
"oxlint": "^1.69.0",
|
|
131
130
|
"oxlint-tsgolint": "^0.23.0",
|
|
132
131
|
"vite": "^8.0.16",
|
|
133
132
|
"vitest": "^4.1.8"
|