Sourced from @typescript-eslint/eslint-plugin
's
releases.
v8.8.1
8.8.1 (2024-10-07)
🩹 Fixes
- eslint-plugin: stop warning on
@ts-nocheck
comments which aren't at the beginning of the file (#10046)- typescript-estree: fix crash when running from a
node --eval
script (#10098)- typescript-estree: ensure mjs/mts files are always be parsed as ESM (#10011)
❤️ Thank You
- Brad Zacher
@bradzacher
- Ronen Amiel
- WhitePiano
@goldentrash
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/eslint-plugin
's
changelog.
8.8.1 (2024-10-07)
🩹 Fixes
- eslint-plugin: stop warning on
@ts-nocheck
comments which aren't at the beginning of the file❤️ Thank You
- Brad Zacher
- Ronen Amiel
- WhitePiano
You can read about our versioning strategy and releases on our website.
f898248
chore(release): publish 8.8.12d6ee87
fix(eslint-plugin): stop warning on @ts-nocheck
comments which aren't at the ...