@tsofist/web-buddy 1.14.0 → 1.15.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,11 @@ rules:
144
144
  # It’s covered by the compilerOptions.strict setting
145
145
  '@typescript-eslint/no-unsafe-assignment': off
146
146
 
147
+ '@typescript-eslint/no-extraneous-class':
148
+ - error
149
+ - allowWithDecorator: true
150
+ allowStaticOnly: true
151
+
147
152
  # "stricter" rules -->
148
153
  '@typescript-eslint/no-unsafe-argument': off
149
154
  '@typescript-eslint/no-unsafe-member-access': off
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsofist/web-buddy",
3
- "version": "1.14.0",
3
+ "version": "1.15.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",