eslint-plugin-react icon indicating copy to clipboard operation
eslint-plugin-react copied to clipboard

React-specific linting rules for ESLint

Results 293 eslint-plugin-react issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted

### 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...

bug
help wanted