Skip to content

Commit 801c73c

Browse files
committed
XO: Temporarily disable import/order rule
Looks like there's a regression which causes test failures on Windows.
1 parent 775114b commit 801c73c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@
6868
]
6969
},
7070
"xo": {
71-
"ignore": "test/fixtures/syntax.js"
71+
"ignore": "test/fixtures/syntax.js",
72+
"rules": {
73+
"import/order": "off"
74+
}
7275
}
7376
}

0 commit comments

Comments
 (0)