mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-01-14 02:35:41 +00:00
Enforce function return types
Very useful for proto wire types as all fields are optional but not always reflected in the generated type.
This commit is contained in:
parent
2ee6b74787
commit
4fc7d6cc62
@ -14,7 +14,7 @@
|
||||
],
|
||||
"globals": { "BigInt": true, "console": true, "WebAssembly": true },
|
||||
"rules": {
|
||||
"@typescript-eslint/explicit-function-return-type": ["warn"],
|
||||
"@typescript-eslint/explicit-function-return-type": ["error"],
|
||||
"@typescript-eslint/explicit-module-boundary-types": "off",
|
||||
"eslint-comments/disable-enable-pair": [
|
||||
"error",
|
||||
|
Loading…
x
Reference in New Issue
Block a user