Releases: gsandf/eslint-config-gsandf-react
Releases · gsandf/eslint-config-gsandf-react
v2.0.1
Added
New warnings for accessibility issues:
- jsx-a11y/accessible-emoji
- jsx-a11y/alt-text
- jsx-a11y/anchor-has-content
- jsx-a11y/aria-activedescendant-has-tabindex
- jsx-a11y/aria-props
- jsx-a11y/aria-proptypes
- jsx-a11y/aria-role
- jsx-a11y/aria-unsupported-elements
- jsx-a11y/heading-has-content
- jsx-a11y/iframe-has-title
- jsx-a11y/img-redundant-alt
- jsx-a11y/no-redundant-roles
- jsx-a11y/role-has-required-aria-props
- jsx-a11y/role-supports-aria-props
New warnings for potential issues:
New errors:
- react-hooks/rules-of-hooks
- react/jsx-no-comment-textnodes
- react/jsx-no-target-blank
- react/jsx-pascal-case
- react/no-danger-with-children
- react/no-deprecated
- react/no-direct-mutation-state
- react/no-is-mounted
- react/require-render-return
- react/self-closing-comp
- react/style-prop-object
Other:
- 💚 Added first tests
- Created initial CHANGELOG.md
Update eslint-plugin-react dependency
Adds support for React 16.3 lifecycle methods and many other bug fixes.