From 2ef33f08446bf22f3f86c1a17f0220e946b1ce2b Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Thu, 11 May 2017 17:39:23 -0700 Subject: [PATCH] Disable `import/order` --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 7b493c6b1..419f31f60 100644 --- a/.eslintrc +++ b/.eslintrc @@ -11,7 +11,8 @@ "flowtype", ], "rules": { - "import/order": "warn", + // // Bring back after we remove CSS Modules 100% + // "import/order": "warn", // Prettier automatically uses the least amount of parens possible, so this // does more harm than good. "no-mixed-operators": "off",