-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Context
Type checking and options to set class methods as private, for example, are nice to have
Expected result
- type checking
- private methods
- props and state type checks
- remove eslint
"no-underscore-dangle": "off"rule to prevent use of underscores and use private keyword from typescript instead - remove prop-types and replace with interface. See typescript docs
Current result
Plain js with eslint rule:
"no-underscore-dangle": "off"
Examples
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request