Skip to content

Commit 0eab434

Browse files
committed
Merge branch 'main' into lgarron/csp-trusted-types
2 parents e2717c7 + 919b0ea commit 0eab434

File tree

7 files changed

+6765
-3657
lines changed

7 files changed

+6765
-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)