Skip to content

Commit

Permalink
Upgrade a bunch of packages and replace deepmerge
Browse files Browse the repository at this point in the history
  • Loading branch information
dgoemans committed Dec 16, 2022
1 parent 24493df commit 7d635cc
Show file tree
Hide file tree
Showing 6 changed files with 13,522 additions and 873 deletions.
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"@typescript-eslint/ban-ts-ignore": "off", // annoying to have this when we need ts-ignore to make tests work
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"default-param-last": "off",
"no-unused-expressions": ["warn", {
"allowShortCircuit": true,
"allowTernary": true
Expand Down
Loading

0 comments on commit 7d635cc

Please sign in to comment.