(eslint) Activate explicit return types on functions and methods

This commit is contained in:
sercan 2021-05-18 11:42:36 +03:00
parent f9c8e16778
commit 9edc62f703

View File

@ -43,6 +43,7 @@
}
],
"@typescript-eslint/dot-notation": "off",
"@typescript-eslint/explicit-function-return-type": "error",
"@typescript-eslint/explicit-member-accessibility": [
"off",
{