Skip to content

Commit a593ed9

Browse files
committed
Update dependencies, bump version number
1 parent 4535e16 commit a593ed9

File tree

9 files changed

+27412
-41512
lines changed

9 files changed

+27412
-41512
lines changed

.eslintrc.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"extends": "./node_modules/@theintern/dev/eslint.config.js",
3+
"rules": {
4+
"@typescript-eslint/no-empty-function": "off",
5+
"@typescript-eslint/no-floating-promises": "off",
6+
"@typescript-eslint/no-implied-eval": "off",
7+
"@typescript-eslint/no-inferrable-types": "off",
8+
"@typescript-eslint/no-misused-promises": "off",
9+
"@typescript-eslint/no-this-alias": "off",
10+
"@typescript-eslint/no-unnecessary-type-assertion": "off",
11+
"@typescript-eslint/prefer-as-const": "off",
12+
"@typescript-eslint/restrict-plus-operands": "off",
13+
"@typescript-eslint/restrict-template-expressions": "off",
14+
"@typescript-eslint/unbound-method": "off",
15+
"no-empty": "off",
16+
"no-extra-boolean-cast": "off",
17+
"prefer-const": "off",
18+
"prefer-spread": "off"
19+
}
20+
}

docs/api.json

Lines changed: 25030 additions & 38117 deletions
Large diffs are not rendered by default.

intern.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
}
6565
],
6666
"tunnelOptions": {
67-
"drivers": [{ "name": "chrome", "version": "80.0.3987.106" }]
67+
"drivers": ["chrome"]
6868
}
6969
},
7070

0 commit comments

Comments
 (0)