Skip to content

Commit 8078205

Browse files
😒 chore(xo): Fix config.
1 parent 27629dc commit 8078205

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@
8585
"sideEffects": false,
8686
"xo": {
8787
"prettier": true,
88-
"ignore": [
89-
"lib",
90-
"doc"
91-
],
9288
"plugins": [
9389
"unicorn"
9490
],
@@ -113,6 +109,10 @@
113109
]
114110
}
115111
}
112+
],
113+
"ignores": [
114+
"lib",
115+
"doc"
116116
]
117117
}
118118
}

0 commit comments

Comments
 (0)