Skip to content

Commit

Permalink
ci(NODE-5446): revert bump dev dependencies (#3801) (#3829)
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson authored Aug 21, 2023
1 parent 46e15e7 commit a7ffdf5
Show file tree
Hide file tree
Showing 6 changed files with 1,906 additions and 880 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@
"@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 @@ -275,7 +274,6 @@
"@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 a7ffdf5

Please sign in to comment.