Disable `import/order`

This commit is contained in:
Jori Lallo 2017-05-11 17:39:23 -07:00
parent 719b2b3e6f
commit 2ef33f0844
1 changed files with 2 additions and 1 deletions

View File

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