Skip to content

Commit

Permalink
chore(NODE-5446): bump dev dependencies (#3801)
Browse files Browse the repository at this point in the history
  • Loading branch information
W-A-James authored Aug 16, 2023
1 parent 6483276 commit fd9a467
Show file tree
Hide file tree
Showing 6 changed files with 882 additions and 1,908 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-this-alias": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/ban-types": "off",
// Since we use ts-node we should always require the TS code
// Also we have patches to apply to the mock server, so we should always import from there
"no-restricted-modules": [
Expand Down Expand Up @@ -274,6 +275,7 @@
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-empty-function": "off"
}
},
Expand Down
Loading

0 comments on commit fd9a467

Please sign in to comment.