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",