Understanding of ESLint rule structureFamiliarity with React stateless componentsKnowledge of ESLint fixer API
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
45
調査方針
Examine the current implementation of the `prefer stateless function` rule in the `lib/rules/` directory. Look at how other rules in the plugin, such as `jsx no target blank`, implement autofixes for guidance. Review the ESLint documentation on the `context.report` fixer API to understand how to propose fixes. Discuss any questions or design decisions in the issue comments before starting work.
Add fix to prefer-stateless-function · jsx-eslint/eslint-plugin-react#1096 | Good First Issue