Skip to content

Commit

Permalink
Fixing import order grouping. (#21194)
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers authored Dec 16, 2024
1 parent dcbb9ca commit de64217
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ module.exports = {
position: 'after',
}],
'newlines-between': 'always',
pathGroupsExcludedImportTypes: ['builtin'],
}],
'sort-imports': 'off', // disabled in favor of 'import/order'
'jsx-a11y/label-has-associated-control': ['error', { assert: 'either' }],
Expand Down

0 comments on commit de64217

Please sign in to comment.