molindo / eslint-config-molindo

ESLint config that implements the Molindo styleguide and helps to catch errors.
MIT License
1 stars 2 forks source link

Turn off `no-use-before-define` for TypeScript #91

Closed amannn closed 10 months ago

amannn commented 1 year ago

TypeScript handles the cases automatically where we'd run into errors and the rule is annoying for type definitions.