Skip to content

Commit d6b52ca

Browse files
⬆️ deps: Upgrade xo to v0.56.0.
1 parent 7ea8f16 commit d6b52ca

File tree

2 files changed

+813
-414
lines changed

2 files changed

+813
-414
lines changed

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"pinst": "3.0.0",
9494
"power-assert": "1.6.1",
9595
"regenerator-runtime": "0.14.1",
96-
"xo": "0.53.1"
96+
"xo": "0.56.0"
9797
},
9898
"ava": {
9999
"files": [
@@ -205,6 +205,20 @@
205205
],
206206
"rules": {
207207
"unicorn/prefer-node-protocol": "off",
208+
"import/order": [
209+
"error",
210+
{
211+
"groups": [
212+
"builtin",
213+
"external",
214+
"parent",
215+
"sibling",
216+
"index"
217+
],
218+
"newlines-between": "always",
219+
"warnOnUnassignedImports": true
220+
}
221+
],
208222
"unicorn/filename-case": [
209223
"error",
210224
{

0 commit comments

Comments
 (0)