Skip to content

Commit

Permalink
Disable @typescript-eslint/ban-types
Browse files Browse the repository at this point in the history
Revert when upstream issue is closed seamapi/nextlove#81
  • Loading branch information
razor-x authored Jul 13, 2023
1 parent c91980d commit 303d140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
{
"files": ["src/lib/seam/connect/**/*.ts"],
"rules": {
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/naming-convention": "off",
"node/file-extension-in-import": [
"error",
Expand Down

0 comments on commit 303d140

Please sign in to comment.