Skip to content

Commit

Permalink
fix: disable alphabetize again
Browse files Browse the repository at this point in the history
Waiting for import-js/eslint-plugin-import/pull/1562 to be released.
  • Loading branch information
moeriki committed Dec 19, 2019
1 parent b2b8f9d commit f2e89d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-config-noise/rules/plugin-import.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ module.exports = {
'import/order': [
'error',
{
alphabetize: true,
// TODO [eslint-plugin-import@>2.19.1] enable alphabetize
// alphabetize: { order: 'asc' },
groups: [
'builtin',
'external',
Expand Down

0 comments on commit f2e89d4

Please sign in to comment.