Skip to content

Commit

Permalink
import/order: force newlines between groups
Browse files Browse the repository at this point in the history
  • Loading branch information
burtek committed Nov 21, 2021
1 parent f759c7f commit 1fe0353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint-config-base.js
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ module.exports = {
['parent', 'sibling'],
'index'
],
'newlines-between': 'never',
'newlines-between': 'always',
'alphabetize': {
'order': 'asc'
}
Expand Down

0 comments on commit 1fe0353

Please sign in to comment.