Skip to content

Commit 19277db

Browse files
😒 chore(xo): Fix config.
1 parent 158199e commit 19277db

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,18 +138,18 @@
138138
"sideEffects": false,
139139
"xo": {
140140
"prettier": true,
141-
"ignore": [
142-
"lib",
143-
"doc",
144-
"test/_old"
145-
],
146141
"rules": {
147142
"unicorn/filename-case": [
148143
"error",
149144
{
150145
"case": "camelCase"
151146
}
152147
]
153-
}
148+
},
149+
"ignores": [
150+
"lib",
151+
"doc",
152+
"test/_old"
153+
]
154154
}
155155
}

0 commit comments

Comments
 (0)