Skip to content

Commit

Permalink
added import plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
William Armiros committed May 28, 2021
1 parent 81a4b1a commit 7a357a6
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 72 deletions.
6 changes: 4 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
},
"parser": "@typescript-eslint/parser",
"extends": [
"plugin:@typescript-eslint/recommended"
"plugin:@typescript-eslint/recommended",
"plugin:import/recommended",
"plugin:import/typescript"
],
"rules": {
"indent": [
Expand Down Expand Up @@ -44,6 +46,6 @@
"@typescript-eslint/no-non-null-assertion": "off"
},
"parserOptions": {
"ecmaVersion": 2017
"ecmaVersion": 2020
}
}
Loading

0 comments on commit 7a357a6

Please sign in to comment.