Rule: prefer-method-signature
Prefer foo(): void
over foo: () => void
in interfaces and types.
Notes:
Has Fixer
Config
Not configurable.
Config examples
"prefer-method-signature": true
Schema
null