This repository was archived by the owner on Feb 9, 2025. It is now read-only.
v14.0.0
Bug Fixes
- Add eslint-plugin-babel (#33) (3032b19)
- Disable array-func/prefer-array-from (#35) (69e2601)
- Disable react/destructuring-assignment (#36) (01eaced)
- Disable require-yield (#37) (8e7ceb7)
- Fix react rules (#43) (47b82bb), closes /github.com/yannickcr/eslint-plugin-react/issues/1679#issuecomment-363908562
- Lower the severity of some rules (#39) (4c4f531)
- Remove eslint-plugin-security (#38) (e329dc0)
- Replace deprecated experimentalObjectRestSpread option (#42) (6509fe8)
Features
- Add no-unsafe-regex plugin (#34) (1b17d18)
- Add TypeScript rules (#44) (a25ec5a)
- Config new rules (#32) (fc9f007)
- Enable arrow-parens rule (#40) (6ef3259)
- Introduce custom style one-line arrow functions (#41) (3555781)
- Update dependencies (#31) (0ff4147)
BREAKING CHANGES
- Switch back to jsx and tsx extension
- Switch to multiline-multiprop in react/jsx-first-prop-new-line
- Arrow functions shouldn't have parenthesis around
a single argument - The new rule can break tests
- jsdoc/no-undefined-types and jsdoc/valid-types are errors
now. This could break tests. - Update peer dependency on eslint to ^5.4.0