Skip to content

Commit

Permalink
refactor: add types to resolvers (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor authored Nov 22, 2023
1 parent dc937ef commit 2e9e8a7
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 263 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 2e9e8a7

Please sign in to comment.