1
Fork 0

Disable some XO rules.

This commit is contained in:
Bauke 2022-09-29 14:26:19 +02:00
parent 90ef75b68b
commit d1811c1da9
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@
"xo": {
"prettier": true,
"rules": {
"@typescript-eslint/consistent-type-imports": "off",
"no-await-in-loop": "off"
},
"space": true