We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cdacc4 + 69e7ed5 commit 919b0eaCopy full SHA for 919b0ea
7 files changed
.eslintrc.json
@@ -7,7 +7,9 @@
7
"plugin:github/typescript"
8
],
9
"rules": {
10
- "github/no-then": "off"
+ "github/no-then": "off",
11
+ "import/extensions": ["error", "always"],
12
+ "import/no-unresolved": ["off"]
13
},
14
"overrides": [
15
{
0 commit comments