Skip to content

Commit

Permalink
fix lint?
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Aug 2, 2024
1 parent 05a7502 commit 6fe6bf6
Show file tree
Hide file tree
Showing 7 changed files with 397 additions and 242 deletions.
12 changes: 3 additions & 9 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,14 @@
"error",
"global"
],
"@typescript-eslint/ban-types": [
"error",
{
"types": {
"Function": false
}
}
],
"@typescript-eslint/no-unsafe-function-type": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/no-unsafe-argument": "off",
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/no-unsafe-enum-comparison": "off",
"@typescript-eslint/no-unused-expressions": "off",
"@typescript-eslint/consistent-type-imports": [
"error",
{
Expand Down Expand Up @@ -92,4 +86,4 @@
}
}
]
}
}
Loading

0 comments on commit 6fe6bf6

Please sign in to comment.