Skip to content

Commit fd9a467

Browse files
authored
chore(NODE-5446): bump dev dependencies (#3801)
1 parent 6483276 commit fd9a467

File tree

6 files changed

+882
-1908
lines changed

6 files changed

+882
-1908
lines changed

.eslintrc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@
178178
"@typescript-eslint/no-empty-function": "off",
179179
"@typescript-eslint/no-this-alias": "off",
180180
"@typescript-eslint/no-unused-vars": "off",
181+
"@typescript-eslint/ban-types": "off",
181182
// Since we use ts-node we should always require the TS code
182183
// Also we have patches to apply to the mock server, so we should always import from there
183184
"no-restricted-modules": [
@@ -274,6 +275,7 @@
274275
"@typescript-eslint/no-explicit-any": "off",
275276
"@typescript-eslint/no-unused-vars": "error",
276277
"@typescript-eslint/ban-ts-comment": "off",
278+
"@typescript-eslint/ban-types": "off",
277279
"@typescript-eslint/no-empty-function": "off"
278280
}
279281
},

0 commit comments

Comments
 (0)