Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
krisztianb committed Sep 17, 2023
1 parent 25a404e commit 183bd34
Show file tree
Hide file tree
Showing 4 changed files with 1,014 additions and 785 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,12 @@
"@typescript-eslint/explicit-member-accessibility": ["error"],
"@typescript-eslint/no-confusing-non-null-assertion": ["error"],
"@typescript-eslint/no-extraneous-class": ["error"],
"@typescript-eslint/no-implicit-any-catch": ["error"],
"@typescript-eslint/no-invalid-void-type": ["error"],
"@typescript-eslint/no-parameter-properties": ["error"],
"@typescript-eslint/no-unnecessary-boolean-literal-compare": ["error"],
"@typescript-eslint/no-unnecessary-condition": ["error"],
"@typescript-eslint/no-unnecessary-qualifier": ["error"],
"@typescript-eslint/no-unnecessary-type-arguments": ["error"],
"@typescript-eslint/parameter-properties": ["error"],
"@typescript-eslint/prefer-enum-initializers": ["error"],
"@typescript-eslint/prefer-for-of": ["error"],
"@typescript-eslint/prefer-literal-enum-member": ["error"],
Expand Down
Loading

0 comments on commit 183bd34

Please sign in to comment.