We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1389c1 commit 06af351Copy full SHA for 06af351
.eslintrc
@@ -9,6 +9,7 @@
9
"airbnb-base"
10
],
11
"rules": {
12
- "import/no-unresolved": 0
+ "import/no-unresolved": 0,
13
+ "import/extensions": 0
14
}
15
package.json
@@ -30,7 +30,7 @@
30
"@typescript-eslint/parser": "^2.1.0",
31
"eslint": "^6.3.0",
32
"eslint-config-airbnb-base": "^14.0.0",
33
- "eslint-plugin-import": "^2.18.2",
+ "eslint-plugin-import": "^2.20.2",
34
"jest": "^24.9.0",
35
"ts-jest": "^24.0.2",
36
"typescript": "^3.6.0",
0 commit comments