Skip to content

Commit 919b0ea

Browse files
authored
Merge pull request #86 from github/switch-to-web-test-runner
Switch to web test runner
2 parents 8cdacc4 + 69e7ed5 commit 919b0ea

7 files changed

+6764
-3657
lines changed

.eslintrc.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"plugin:github/typescript"
88
],
99
"rules": {
10-
"github/no-then": "off"
10+
"github/no-then": "off",
11+
"import/extensions": ["error", "always"],
12+
"import/no-unresolved": ["off"]
1113
},
1214
"overrides": [
1315
{

0 commit comments

Comments
 (0)