Skip to content

Commit a7ffdf5

Browse files
ci(NODE-5446): revert bump dev dependencies (#3801) (#3829)
1 parent 46e15e7 commit a7ffdf5

File tree

6 files changed

+1906
-880
lines changed

6 files changed

+1906
-880
lines changed

.eslintrc.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@
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",
182181
// Since we use ts-node we should always require the TS code
183182
// Also we have patches to apply to the mock server, so we should always import from there
184183
"no-restricted-modules": [
@@ -275,7 +274,6 @@
275274
"@typescript-eslint/no-explicit-any": "off",
276275
"@typescript-eslint/no-unused-vars": "error",
277276
"@typescript-eslint/ban-ts-comment": "off",
278-
"@typescript-eslint/ban-types": "off",
279277
"@typescript-eslint/no-empty-function": "off"
280278
}
281279
},

0 commit comments

Comments
 (0)