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

v19.0.0

Choose a tag to compare

@jhnns jhnns released this 29 May 17:19
85738cc

Bug Fixes

  • Activate TypeScript rules only for *.tsx? files (338d98f)
  • Remove JS file overrides in typescript rules (68fc6df)

chore

Features

  • Add lines-between-class-members rule (b0ce663)
  • Disable arrow-body-style and arrow-parens rule (c50a7b4)

BREAKING CHANGES

  • eslint-plugin-jsdoc received a major version update.
  • It's now required to add a new line between multiline class members.
  • Remove sourceType = script parser option for JS files in
    TypeScript projects. This override made the wrong
    assumption that all JS files should be scripts in a
    TypeScript project which is certainly not correct.