Skip to content

Commit

Permalink
chore: update typescript to v5 and synchronize preidefined rulesets t…
Browse files Browse the repository at this point in the history
…hrough strict typing
  • Loading branch information
tatomyr committed Oct 23, 2023
1 parent 4e712a8 commit 1d3244f
Show file tree
Hide file tree
Showing 83 changed files with 4,645 additions and 7,076 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ rules:
'@typescript-eslint/no-empty-function': off
'@typescript-eslint/no-inferrable-types': off
'@typescript-eslint/ban-types': warn
'@typescript-eslint/no-explicit-any': warn # TODO: make it error!
no-prototype-builtins: off
no-useless-escape: warn
ignorePatterns:
Expand Down
Loading

0 comments on commit 1d3244f

Please sign in to comment.