Skip to content

Commit 174551c

Browse files
😒 chore(xo): Fix config.
1 parent 495ab8e commit 174551c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,6 @@
128128
"sideEffects": false,
129129
"xo": {
130130
"prettier": true,
131-
"ignore": [
132-
"lib",
133-
"doc"
134-
],
135131
"rules": {
136132
"camelcase": "off",
137133
"unicorn/filename-case": [
@@ -140,6 +136,10 @@
140136
"case": "camelCase"
141137
}
142138
]
143-
}
139+
},
140+
"ignores": [
141+
"lib",
142+
"doc"
143+
]
144144
}
145145
}

0 commit comments

Comments
 (0)