Skip to content

Commit f154583

Browse files
😒 chore(xo): Fix config.
1 parent be3852b commit f154583

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,15 @@
138138
"sideEffects": false,
139139
"xo": {
140140
"prettier": true,
141-
"ignore": [
142-
"lib",
143-
"doc"
144-
],
145141
"plugins": [
146142
"unicorn"
147143
],
148144
"rules": {
149145
"unicorn/filename-case": "off"
150-
}
146+
},
147+
"ignores": [
148+
"lib",
149+
"doc"
150+
]
151151
}
152152
}

0 commit comments

Comments
 (0)