Skip to content

Commit

Permalink
simplify import/order rules
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Apr 9, 2020
1 parent e9e2e62 commit 56cdff1
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,7 @@ module.exports = {
'eslint:recommended',
],
rules: {
'import/order': [
'error',
{
groups: [
'builtin',
'external',
'internal',
'parent',
'sibling',
'index',
],
},
],
'import/order': 'error',
'@typescript-eslint/ban-ts-ignore': 'off',
'@typescript-eslint/camelcase': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
Expand Down

0 comments on commit 56cdff1

Please sign in to comment.