Skip to content

Commit

Permalink
refactor: improve types handling
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Nov 22, 2023
1 parent 393c6a6 commit 4ec4cca
Show file tree
Hide file tree
Showing 4 changed files with 229 additions and 150 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ module.exports = {
"@typescript-eslint/no-use-before-define": "error",
"@typescript-eslint/no-var-requires": "off",

// @TODO: Enable it again when ready
"@typescript-eslint/no-explicit-any": "off",

"arrow-body-style": "error",
"eqeqeq": "error",
"no-else-return": "error",
Expand Down
Loading

0 comments on commit 4ec4cca

Please sign in to comment.