Disable some XO rules.
This commit is contained in:
parent
90ef75b68b
commit
d1811c1da9
|
@ -57,6 +57,7 @@
|
|||
"xo": {
|
||||
"prettier": true,
|
||||
"rules": {
|
||||
"@typescript-eslint/consistent-type-imports": "off",
|
||||
"no-await-in-loop": "off"
|
||||
},
|
||||
"space": true
|
||||
|
|
Loading…
Reference in New Issue