From ab3e01ae762e727fc00963264463ddea89871937 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 12 Feb 2020 18:55:19 +0700 Subject: [PATCH] Temporarily disable the `import/order` rule --- config/plugins.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/plugins.js b/config/plugins.js index 16417cd7..c9f072bc 100644 --- a/config/plugins.js +++ b/config/plugins.js @@ -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', {