Skip to content

Commit

Permalink
fix: import extensions eslint rule (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
marconi1992 authored Jun 2, 2020
1 parent c1389c1 commit 06af351
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"airbnb-base"
],
"rules": {
"import/no-unresolved": 0
"import/no-unresolved": 0,
"import/extensions": 0
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@typescript-eslint/parser": "^2.1.0",
"eslint": "^6.3.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-import": "^2.20.2",
"jest": "^24.9.0",
"ts-jest": "^24.0.2",
"typescript": "^3.6.0",
Expand Down

0 comments on commit 06af351

Please sign in to comment.