Skip to content

Commit 3b095fb

Browse files
committed
XO: Temporarily disable import/order rule
Looks like there's a regression which causes test failures on Windows.
1 parent 586d820 commit 3b095fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,10 @@
3434
"lcov",
3535
"text"
3636
]
37+
},
38+
"xo": {
39+
"rules": {
40+
"import/order": "off"
41+
}
3742
}
3843
}

0 commit comments

Comments
 (0)