Skip to content

Commit fa51dd8

Browse files
🤖 chore(package.json): Configure xo.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/eb1b209cd7aa675a642d48b2a788c2c6112779f7/src/transforms/xo:config.js Please contact the author of the transform if you believe there was an error.
1 parent db859fe commit fa51dd8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,28 @@
190190
},
191191
"prettier": {
192192
"trailingComma": "all"
193+
},
194+
"xo": {
195+
"prettier": true,
196+
"plugins": [
197+
"unicorn"
198+
],
199+
"rules": {
200+
"unicorn/filename-case": "off",
201+
"camelcase": "off",
202+
"unicorn/prevent-abbreviations": "off",
203+
"no-constant-condition": "off",
204+
"unicorn/prefer-math-trunc": "off",
205+
"unicorn/no-new-array": "off",
206+
"no-negated-condition": "off"
207+
},
208+
"overrides": [
209+
{
210+
"files": [
211+
"doc/**"
212+
],
213+
"env": "browser"
214+
}
215+
]
193216
}
194217
}

0 commit comments

Comments
 (0)