Skip to content

Commit

Permalink
feat: use more of @typescript-eslint rulesets
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Sep 17, 2019
1 parent 55f9741 commit 5f6bb0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/plugins/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ export const settings = {
plugins: ['@typescript-eslint'],

extends: [
'plugin:@typescript-eslint/recommended'
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/recommended-requiring-type-checking'
],

rules: {
Expand Down

0 comments on commit 5f6bb0d

Please sign in to comment.