Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(eslint): Add react/jsx-key lint rule
Rule is set to error. option checkFragmentShorthand option set to true, meaning the rule is used for shorthand fragment syntax too. option will default to true next major eslint-plugin-react version See rule docs [here](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-key.md)
- Loading branch information