eslint-plugin-react
eslint-plugin-react copied to clipboard
React-specific linting rules for ESLint
Some rules, for example [forbid-component-props](https://github.com/jsx-eslint/eslint-plugin-react/blob/f2869fd6dc76ceb863c5e2aeea8bf4d392508775/lib/rules/forbid-component-props.js#L39) currently allow extra properties to be passed in options object, which should not be allowed. This makes it easier for typos in rule options to...
### Is there an existing issue for this? - [x] I have searched the existing issues and my issue is unique - [x] My issue appears in the command-line and...
### Is there an existing issue for this? - [x] I have searched the existing issues and my issue is unique - [x] My issue appears in the command-line and...