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

v18.0.0

Choose a tag to compare

@jhnns jhnns released this 29 May 12:36
55e308c

Bug Fixes

  • Remove JS file overrides in typescript rules (ef27f23)

BREAKING CHANGES

  • 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.