Skip to content

Commit

Permalink
Temporarily disable the import/order rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Feb 12, 2020
1 parent c50eaf0 commit ab3e01a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/plugins.js
Expand Up @@ -148,7 +148,9 @@ module.exports = {
// }
// ],

'import/order': 'error',
// Disabled because of https://github.com/benmosher/eslint-plugin-import/pull/1651 and other issues.
// 'import/order': 'error',

'import/no-unassigned-import': [
'error',
{
Expand Down

0 comments on commit ab3e01a

Please sign in to comment.