@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
@@ -58,3 +58,6 @@ rules:
58
58
  vue/attribute-hyphenation:
59
59
  - error
60
60
  - always
61
+
62
+ # It's works quirky with sfc-generics
63
+ '@typescript-eslint/no-unnecessary-type-arguments': off
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsofist/web-buddy",
3
- "version": "1.18.0",
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.9.0",
46
+ "stylelint-scss": "^6.10.0",
47
47
  "typescript": "~5.6.3"
48
48
  },
49
49
  "devDependencies": {