Skip to content

Commit

Permalink
feat: added eslint rule import/order
Browse files Browse the repository at this point in the history
  • Loading branch information
priscilawebdev committed Oct 7, 2019
1 parent f94e325 commit 55b925d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/eslint-config/rules/import.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
extends: ['plugin:import/typescript'],
rules: {
'import/order': ['error', { 'newlines-between': 'always' }],
},
};

0 comments on commit 55b925d

Please sign in to comment.