Rocketseat / eslint-config-rocketseat

ESLint configuration used by Rocketseat
https://www.npmjs.com/@rocketseat/eslint-config
734 stars 107 forks source link

chore: add react/no-unknown-property ESLint rule #15

Closed josepholiveira closed 1 year ago

josepholiveira commented 1 year ago

This rule translates the unknown properties of HTML to known properties in React.

Example:

image