eslint-config-hardcore icon indicating copy to clipboard operation
eslint-config-hardcore copied to clipboard

Consider enabling `@typescript-eslint/explicit-module-boundary-types`

Open EvgenyOrekhov opened this issue 1 year ago • 0 comments

@typescript-eslint/explicit-function-return-type is too noisy/boilerplatey, especially for React event handlers (it's : void : void : void everywhere).

But @typescript-eslint/explicit-module-boundary-types might be the sweet spot.

EvgenyOrekhov avatar May 12 '23 20:05 EvgenyOrekhov