Skip to content

Commit

Permalink
fix: type-fest
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed Jun 5, 2024
1 parent d8a5cb1 commit 4437689
Show file tree
Hide file tree
Showing 4 changed files with 2,923 additions and 2,380 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
enable-pre-post-scripts=true
package-manager-strict=false
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"tiny-invariant": "^1.3.3",
"twitter-api-sdk": "^1.2.1",
"twitter-utils": "^0.4.1",
"type-fest": "^4.18.2",
"type-fest": "^4.19.0",
"url-regex": "^5.0.0",
"zod": "^3.23.8"
},
Expand Down Expand Up @@ -84,7 +84,8 @@
"no-console": "off",
"import/order": "off",
"no-process-env": "off",
"no-use-before-define": "off"
"no-use-before-define": "off",
"import/consistent-type-specifier-style": "off"
}
}
}
Loading

0 comments on commit 4437689

Please sign in to comment.