There was an error while loading. Please reload this page.
1 parent 2305cf7 commit a10da65Copy full SHA for a10da65
package.json
@@ -186,5 +186,28 @@
186
},
187
"prettier": {
188
"trailingComma": "all"
189
+ },
190
+ "xo": {
191
+ "prettier": true,
192
+ "plugins": [
193
+ "unicorn"
194
+ ],
195
+ "rules": {
196
+ "unicorn/filename-case": "off",
197
+ "camelcase": "off",
198
+ "unicorn/prevent-abbreviations": "off",
199
+ "no-constant-condition": "off",
200
+ "unicorn/prefer-math-trunc": "off",
201
+ "unicorn/no-new-array": "off",
202
+ "no-negated-condition": "off"
203
204
+ "overrides": [
205
+ {
206
+ "files": [
207
+ "doc/**"
208
209
+ "env": "browser"
210
+ }
211
+ ]
212
}
213
0 commit comments