mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-06 18:45:08 +00:00
(eslint) Activate explicit return types on functions and methods
This commit is contained in:
parent
f9c8e16778
commit
9edc62f703
|
@ -43,6 +43,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"@typescript-eslint/dot-notation": "off",
|
"@typescript-eslint/dot-notation": "off",
|
||||||
|
"@typescript-eslint/explicit-function-return-type": "error",
|
||||||
"@typescript-eslint/explicit-member-accessibility": [
|
"@typescript-eslint/explicit-member-accessibility": [
|
||||||
"off",
|
"off",
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user