8000 :robot: chore(package.json): Configure xo. · make-github-pseudonymous-again/js-compare@d0a917d · GitHub
[go: up one dir, main page]

Skip to content

Commit d0a917d

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/ab26fc3b8d8900f903d6c5d5618882f508089c94/src/transforms/xo:config.js Please contact the author of the transform if you believe there was an error.
1 parent a5a6a71 commit d0a917d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,5 +178,22 @@
178178
},
179179
"prettier": {
180180
"trailingComma": "all"
181+
},
182+
"xo": {
183+
"prettier": true,
184+
"plugins": [
185+
"unicorn"
186+
],
187+
"rules": {
188+
"unicorn/filename-case": "off"
189+
},
190+
"overrides": [
191+
{
192+
"files": [
193+
"doc/**"
194+
],
195+
"env": "browser"
196+
}
197+
]
181198
}
182199
}

0 commit comments

Comments
 (0)
0