@schoero/configs 1.5.38 → 1.5.39
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 +1 -1
- package/package.json +14 -14
package/eslint/javascript.js
CHANGED
|
@@ -136,7 +136,7 @@ export const javascript = [
|
|
|
136
136
|
"eslint-plugin-unicorn/no-useless-spread": "warn",
|
|
137
137
|
"eslint-plugin-unicorn/throw-new-error": "warn",
|
|
138
138
|
"eslint-plugin-unicorn/prefer-date-now": "warn",
|
|
139
|
-
"eslint-plugin-unicorn/prefer-export-from": ["warn", {
|
|
139
|
+
"eslint-plugin-unicorn/prefer-export-from": ["warn", { checkUsedVariables: false }],
|
|
140
140
|
"eslint-plugin-unicorn/prefer-negative-index": "warn",
|
|
141
141
|
"eslint-plugin-unicorn/prefer-node-protocol": "warn",
|
|
142
142
|
"eslint-plugin-unicorn/no-negation-in-equality-check": "warn",
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.5.
|
|
2
|
+
"version": "1.5.39",
|
|
3
3
|
"type": "module",
|
|
4
4
|
"name": "@schoero/configs",
|
|
5
5
|
"description": "",
|
|
@@ -101,19 +101,19 @@
|
|
|
101
101
|
"@cspell/dict-typescript": "^3.2.3",
|
|
102
102
|
"@eslint/markdown": "^8.0.2",
|
|
103
103
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
104
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
105
|
-
"@typescript-eslint/parser": "^8.
|
|
104
|
+
"@typescript-eslint/eslint-plugin": "^8.62.0",
|
|
105
|
+
"@typescript-eslint/parser": "^8.62.0",
|
|
106
106
|
"@vitest/eslint-plugin": "^1.6.20",
|
|
107
107
|
"cspell-lib": "^10.0.1",
|
|
108
108
|
"eslint-plugin-import-newlines": "^2.0.0",
|
|
109
|
-
"eslint-plugin-import-x": "^4.
|
|
110
|
-
"eslint-plugin-jsdoc": "^63.0.
|
|
109
|
+
"eslint-plugin-import-x": "^4.17.0",
|
|
110
|
+
"eslint-plugin-jsdoc": "^63.0.8",
|
|
111
111
|
"eslint-plugin-jsonc": "^3.2.0",
|
|
112
|
-
"eslint-plugin-perfectionist": "^5.9.
|
|
113
|
-
"eslint-plugin-unicorn": "^
|
|
112
|
+
"eslint-plugin-perfectionist": "^5.9.1",
|
|
113
|
+
"eslint-plugin-unicorn": "^69.0.0",
|
|
114
114
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
115
|
-
"eslint-plugin-yml": "^3.
|
|
116
|
-
"globals": "^17.
|
|
115
|
+
"eslint-plugin-yml": "^3.5.0",
|
|
116
|
+
"globals": "^17.7.0",
|
|
117
117
|
"markdownlint-cli2": "^0.22.1",
|
|
118
118
|
"yaml-eslint-parser": "^2.0.0"
|
|
119
119
|
},
|
|
@@ -121,15 +121,15 @@
|
|
|
121
121
|
"eslint-plugin-better-tailwindcss": "^4.6.0"
|
|
122
122
|
},
|
|
123
123
|
"devDependencies": {
|
|
124
|
-
"@types/node": "^
|
|
124
|
+
"@types/node": "^26.0.1",
|
|
125
125
|
"changelogen": "^0.6.2",
|
|
126
126
|
"cspell": "^10.0.1",
|
|
127
|
-
"eslint": "^10.
|
|
127
|
+
"eslint": "^10.5.0",
|
|
128
128
|
"markdownlint": "^0.41.0",
|
|
129
|
-
"oxlint": "^1.
|
|
129
|
+
"oxlint": "^1.71.0",
|
|
130
130
|
"oxlint-tsgolint": "^0.23.0",
|
|
131
|
-
"vite": "^8.0
|
|
132
|
-
"vitest": "^4.1.
|
|
131
|
+
"vite": "^8.1.0",
|
|
132
|
+
"vitest": "^4.1.9"
|
|
133
133
|
},
|
|
134
134
|
"keywords": []
|
|
135
135
|
}
|