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 b8eb3b8 commit bcd8ad6Copy full SHA for bcd8ad6
package.json
@@ -218,5 +218,27 @@
218
},
219
"prettier": {
220
"trailingComma": "all"
221
+ },
222
+ "xo": {
223
+ "prettier": true,
224
+ "plugins": [
225
+ "unicorn"
226
+ ],
227
+ "rules": {
228
+ "unicorn/filename-case": "off",
229
+ "camelcase": "off",
230
+ "unicorn/prevent-abbreviations": "off",
231
+ "no-constant-condition": "off",
232
+ "unicorn/prefer-math-trunc": "off",
233
+ "unicorn/no-new-array": "off"
234
235
+ "overrides": [
236
+ {
237
+ "files": [
238
+ "doc/**"
239
240
+ "env": "browser"
241
+ }
242
+ ]
243
}
244
0 commit comments