Skip to content

Commit

Permalink
config(eslint): extend eslint:recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaemin committed May 14, 2020
1 parent 2d421b2 commit 4b6bf33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
},
},
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'plugin:react/recommended',
Expand Down

0 comments on commit 4b6bf33

Please sign in to comment.