Skip to content

Commit

Permalink
refactor(eslint-config-typescript): reorder the exnteds of eslint con…
Browse files Browse the repository at this point in the history
…fig of typescript
  • Loading branch information
trylovetom committed Mar 7, 2020
1 parent d0a874c commit 38f868d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ESLintConfigTypeScript/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
},
"plugins": ["@typescript-eslint"],
"extends": [
"plugin:@typescript-eslint/recommended",
"@alljoint-next",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:import/typescript",
"prettier/@typescript-eslint"
],
Expand Down

0 comments on commit 38f868d

Please sign in to comment.