Skip to content

Commit fd9366a

Browse files
😒 chore(xo): Fix config.
1 parent 6bc7084 commit fd9366a

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
@@ -133,15 +133,15 @@
133133
"sideEffects": false,
134134
"xo": {
135135
"prettier": true,
136-
"ignore": [
137-
"lib",
138-
"doc"
139-
],
140136
"plugins": [
141137
"unicorn"
142138
],
143139
"rules": {
144140
"unicorn/filename-case": "off"
145-
}
141+
},
142+
"ignores": [
143+
"lib",
144+
"doc"
145+
]
146146
}
147147
}

0 commit comments

Comments
 (0)