@tsofist/web-buddy 1.18.0 → 1.19.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.
|
@@ -144,6 +144,9 @@ rules:
|
|
|
144
144
|
# It’s covered by the compilerOptions.strict setting
|
|
145
145
|
'@typescript-eslint/no-unsafe-assignment': off
|
|
146
146
|
|
|
147
|
+
# It's works quirky in some cases
|
|
148
|
+
'@typescript-eslint/no-unsafe-call': off
|
|
149
|
+
|
|
147
150
|
'@typescript-eslint/no-extraneous-class':
|
|
148
151
|
- error
|
|
149
152
|
- allowWithDecorator: true
|
package/eslint/vue/rules.yaml
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsofist/web-buddy",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.19.0",
|
|
4
4
|
"description": "Configuration basics for Linters, TypeScript, Semantic Release and others",
|
|
5
5
|
"author": "Andrew Berdnikov <tsofistgudmen@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"stylelint-config-standard-vue": "^1.0.0",
|
|
44
44
|
"stylelint-order": "^6.0.4",
|
|
45
45
|
"stylelint-prettier": "^5.0.2",
|
|
46
|
-
"stylelint-scss": "^6.
|
|
46
|
+
"stylelint-scss": "^6.10.0",
|
|
47
47
|
"typescript": "~5.6.3"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|