@dvukovic/style-guide 0.24.2 → 0.25.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dvukovic/style-guide",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
4
4
|
"description": "My own style guide",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"vitest": "4.1.0"
|
|
118
118
|
},
|
|
119
119
|
"peerDependencies": {
|
|
120
|
-
"cspell": "
|
|
120
|
+
"cspell": "10",
|
|
121
121
|
"eslint": "^9",
|
|
122
122
|
"knip": ">=5",
|
|
123
123
|
"prettier": "3",
|
|
@@ -201,7 +201,6 @@ export const sonarjs = {
|
|
|
201
201
|
"sonarjs/updated-const-var": "error",
|
|
202
202
|
"sonarjs/updated-loop-counter": "error",
|
|
203
203
|
"sonarjs/use-type-alias": "error",
|
|
204
|
-
"sonarjs/useless-string-operation": "error",
|
|
205
204
|
"sonarjs/values-not-convertible-to-numbers": "error",
|
|
206
205
|
"sonarjs/variable-name": "error",
|
|
207
206
|
"sonarjs/void-use": "error",
|