Sourced from @typescript-eslint/eslint-plugin
's
releases.
v7.7.0
7.7.0 (2024-04-15)
🚀 Features
- eslint-plugin: replace
no-new-symbol
withno-new-native-nonconstructor
(#8895)- typescript-estree: add defaultProject for project service (#8815)
❤️ Thank You
- Dave
@reduckted
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
Sourced from @typescript-eslint/eslint-plugin
's
changelog.
7.7.0 (2024-04-15)
🚀 Features
- eslint-plugin: replace
no-new-symbol
withno-new-native-nonconstructor
❤️ Thank You
- Dave
- Josh Goldberg ✨
You can read about our versioning strategy and releases on our website.
e44a1a2
chore(release): publish 7.7.0fda5704
feat(eslint-plugin): replace no-new-symbol
with
`no-new-native-nonconstruct...