We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75eeb4 commit 12a7b8bCopy full SHA for 12a7b8b
package.json
@@ -191,5 +191,28 @@
191
},
192
"prettier": {
193
"trailingComma": "all"
194
+ },
195
+ "xo": {
196
+ "prettier": true,
197
+ "plugins": [
198
+ "unicorn"
199
+ ],
200
+ "rules": {
201
+ "unicorn/filename-case": "off",
202
+ "camelcase": "off",
203
+ "unicorn/prevent-abbreviations": "off",
204
+ "no-constant-condition": "off",
205
+ "unicorn/prefer-math-trunc": "off",
206
+ "unicorn/no-new-array": "off",
207
+ "no-negated-condition": "off"
208
209
+ "overrides": [
210
+ {
211
+ "files": [
212
+ "doc/**"
213
214
+ "env": "browser"
215
+ }
216
+ ]
217
}
218
0 commit comments