Skip to content

Commit 4a07b20

Browse files
committed
fix(ts): port over import/test fixes from proxy refactor PR
1 parent 1321ab2 commit 4a07b20

6 files changed

Lines changed: 555 additions & 16 deletions

File tree

.eslintrc.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,17 @@
1515
"prettier",
1616
"plugin:json/recommended"
1717
],
18-
"overrides": [],
18+
"overrides": [
19+
{
20+
"files": ["test/**/*.js", "**/*.json"],
21+
"parser": "espree",
22+
"rules": {
23+
"@typescript-eslint/no-unused-expressions": "off"
24+
}
25+
}
26+
],
1927
"parserOptions": {
28+
"project": "./tsconfig.json",
2029
"requireConfigFile": false,
2130
"ecmaVersion": 12,
2231
"sourceType": "module",

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
node-version: [22.x]
22+
node-version: [18.x]
2323
mongodb-version: [4.4]
2424

2525
steps:

.mocharc.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)