-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.xo-config.json
28 lines (28 loc) · 942 Bytes
/
.xo-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"prettier": true,
"space": true,
"rules": {
"max-params": "off",
"@typescript-eslint/no-confusing-void-expression": "off",
"@typescript-eslint/prefer-string-starts-ends-with": "off",
"unicorn/prefer-string-starts-ends-with": "off",
"max-depth": "off",
"unicorn/prefer-at": "off",
"unicorn/prefer-string-replace-all": "off",
"@typescript-eslint/prefer-nullish-coalescing": "off",
"eqeqeq": "off",
"no-sparse-arrays": "off",
"complexity": "off",
"@typescript-eslint/array-type": "off",
"symbol-description": "off",
"unicorn/no-for-loop": "off",
"n/file-extension-in-import": "off",
"import/no-unassigned-import": "off",
"no-eq-null": "off",
"@typescript-eslint/consistent-type-definitions": "off",
"object-shorthand": "off",
"unicorn/prevent-abbreviations": "off",
"logical-assignment-operators": "off"
},
"ignores": ["./tools/stream-test-deno"]
}