Skip to content

Commit

Permalink
chore: enforce import destructure order
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jul 17, 2019
1 parent 31c7cef commit 7ebdc0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Expand Up @@ -26,6 +26,7 @@ module.exports = {
'error',
{ VariableDeclarator: { array: true, object: true } },
],
'sort-imports': ['error', { ignoreDeclarationSort: true }],
'prettier/prettier': 'error',
'node/no-unsupported-features/es-syntax': 'off',
'node/no-unsupported-features/es-builtins': 'error',
Expand Down

0 comments on commit 7ebdc0e

Please sign in to comment.