Skip to content

Commit 06af351

Browse files
authored
fix: import extensions eslint rule (#75)
1 parent c1389c1 commit 06af351

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"airbnb-base"
1010
],
1111
"rules": {
12-
"import/no-unresolved": 0
12+
"import/no-unresolved": 0,
13+
"import/extensions": 0
1314
}
1415
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@typescript-eslint/parser": "^2.1.0",
3131
"eslint": "^6.3.0",
3232
"eslint-config-airbnb-base": "^14.0.0",
33-
"eslint-plugin-import": "^2.18.2",
33+
"eslint-plugin-import": "^2.20.2",
3434
"jest": "^24.9.0",
3535
"ts-jest": "^24.0.2",
3636
"typescript": "^3.6.0",

0 commit comments

Comments
 (0)