Skip to content

Commit

Permalink
bump a lot
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Katkov committed Dec 13, 2023
1 parent 5717874 commit 6cbb01a
Show file tree
Hide file tree
Showing 12 changed files with 1,354 additions and 1,189 deletions.
6 changes: 3 additions & 3 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ rules:
array-func/prefer-flat-map: error
arrow-body-style: error
block-scoped-var: error
class-methods-use-this: error
complexity:
- error
- 10
Expand Down Expand Up @@ -220,7 +219,7 @@ rules:
sonarjs/no-collection-size-mischeck: error
sonarjs/no-duplicate-string:
- error
- 5
- threshold: 5
sonarjs/no-duplicated-branches: error
sonarjs/no-element-overwrite: error
sonarjs/no-empty-collection: error
Expand Down Expand Up @@ -343,6 +342,7 @@ overrides:
ignoreDestructuring: false
ignoreImports: false
ignoreGlobals: false
class-methods-use-this: error
consistent-return: error
constructor-super: error
default-param-last: error
Expand Down Expand Up @@ -412,6 +412,7 @@ overrides:
'@typescript-eslint/ban-tslint-comment': error
'@typescript-eslint/ban-types': error
'@typescript-eslint/class-literal-property-style': error
'@typescript-eslint/class-methods-use-this': error
'@typescript-eslint/consistent-generic-constructors': error
'@typescript-eslint/consistent-indexed-object-style': error
'@typescript-eslint/consistent-type-assertions': error
Expand Down Expand Up @@ -459,7 +460,6 @@ overrides:
'@typescript-eslint/no-extra-non-null-assertion': error
'@typescript-eslint/no-extraneous-class': error
'@typescript-eslint/no-for-in-array': error
'@typescript-eslint/no-implicit-any-catch': error
'@typescript-eslint/no-implied-eval': error
'@typescript-eslint/no-inferrable-types': error
'@typescript-eslint/no-invalid-this': error
Expand Down
Loading

0 comments on commit 6cbb01a

Please sign in to comment.