Skip to content

Commit

Permalink
XO: Temporarily disable import/order rule
Browse files Browse the repository at this point in the history
Looks like there's a regression which causes test failures on Windows.
  • Loading branch information
novemberborn committed Feb 9, 2020
1 parent 775114b commit 801c73c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
]
},
"xo": {
"ignore": "test/fixtures/syntax.js"
"ignore": "test/fixtures/syntax.js",
"rules": {
"import/order": "off"
}
}
}

0 comments on commit 801c73c

Please sign in to comment.