Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

v14.0.0

Choose a tag to compare

@jhnns jhnns released this 27 Aug 09:42
81b93d5

Bug Fixes

Features

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