Skip to content

Commit e7519a8

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

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
@@ -175,5 +175,22 @@
175175
},
176176
"prettier": {
177177
"trailingComma": "all"
178+
},
179+
"xo": {
180+
"prettier": true,
181+
"plugins": [
182+
"unicorn"
183+
],
184+
"rules": {
185+
"unicorn/filename-case": "off"
186+
},
187+
"overrides": [
188+
{
189+
"files": [
190+
"doc/**"
191+
],
192+
"env": "browser"
193+
}
194+
]
178195
}
179196
}

0 commit comments

Comments
 (0)