refactor(rules): remove explicit return type in favor of displayHint IDE

This commit is contained in:
Walid 2023-08-13 23:06:04 +01:00
parent 61a32b831f
commit 3e5b6df9c9
Signed by: Walidoux
GPG Key ID: CCF21881FE8BEBAF

View File

@ -9,6 +9,7 @@
"rules": {
"prettier/prettier": "error",
"arrow-body-style": "off",
"@typescript-eslint/no-extraneous-class": "off"
"@typescript-eslint/no-extraneous-class": "off",
"@typescript-eslint/explicit-function-return-type": "off"
}
}