Skip to content

Commit

Permalink
chore: fix extends (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris authored Jun 2, 2020
1 parent a17e9d4 commit 646a1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:jest/recommended",
"plugin:prettier/recommended",
"prettier",
"prettier/@typescript-eslint"
],
"plugins": ["@typescript-eslint"],
Expand Down

0 comments on commit 646a1a3

Please sign in to comment.