Skip to content
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"plugin:github/typescript"
],
"rules": {
"github/no-then": "off"
"github/no-then": "off",
"import/extensions": ["error", "always"],
"import/no-unresolved": ["off"]
},
"overrides": [
{
Expand Down
Loading