jsx-eslint / eslint-plugin-react

React-specific linting rules for ESLint
MIT License
8.86k stars 2.75k forks source link

Add type annotation for button-has-type rule #3734

Closed y-hsgw closed 2 months ago

y-hsgw commented 2 months ago

This PR adds JSDoc type annotations to the button-has-type rule.

y-hsgw commented 2 months ago

I will close this as it is planned to be addressed in pull request #3731.

ljharb commented 2 months ago

Please note that any meaningful changes to runtime code must be accompanied by tests that fail without the change.