Skip to content

Commit 80ca387

Browse files
😒 chore(xo): Fix config.
1 parent b635c2c commit 80ca387

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
@@ -136,10 +136,6 @@
136136
"sideEffects": false,
137137
"xo": {
138138
"prettier": true,
139-
"ignore": [
140-
"lib",
141-
"doc"
142-
],
143139
"plugins": [
144140
"unicorn"
145141
],
@@ -150,6 +146,10 @@
150146
"case": "camelCase"
151147
}
152148
]
153-
}
149+
},
150+
"ignores": [
151+
"lib",
152+
"doc"
153+
]
154154
}
155155
}

0 commit comments

Comments
 (0)