refactor(rules): remove explicit return type in favor of displayHint IDE
This commit is contained in:
parent
61a32b831f
commit
3e5b6df9c9
@ -9,6 +9,7 @@
|
|||||||
"rules": {
|
"rules": {
|
||||||
"prettier/prettier": "error",
|
"prettier/prettier": "error",
|
||||||
"arrow-body-style": "off",
|
"arrow-body-style": "off",
|
||||||
"@typescript-eslint/no-extraneous-class": "off"
|
"@typescript-eslint/no-extraneous-class": "off",
|
||||||
|
"@typescript-eslint/explicit-function-return-type": "off"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user