Disable some XO rules.
This commit is contained in:
parent
d8d0f76497
commit
1080648ead
|
@ -65,6 +65,10 @@
|
|||
},
|
||||
"xo": {
|
||||
"prettier": true,
|
||||
"rules": {
|
||||
"@typescript-eslint/consistent-type-imports": "off",
|
||||
"n/file-extension-in-import": "off"
|
||||
},
|
||||
"space": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue