Disable some XO rules.

This commit is contained in:
Bauke 2022-09-29 12:40:24 +02:00
parent d8d0f76497
commit 1080648ead
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@
},
"xo": {
"prettier": true,
"rules": {
"@typescript-eslint/consistent-type-imports": "off",
"n/file-extension-in-import": "off"
},
"space": true
}
}