Disable import/order

This commit is contained in:
Jori Lallo
2017-05-11 17:39:23 -07:00
parent 719b2b3e6f
commit 2ef33f0844

View File

@@ -11,7 +11,8 @@
"flowtype", "flowtype",
], ],
"rules": { "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 // Prettier automatically uses the least amount of parens possible, so this
// does more harm than good. // does more harm than good.
"no-mixed-operators": "off", "no-mixed-operators": "off",