Skip to content

v3.0.0

Choose a tag to compare

@mysticatea mysticatea released this 26 Dec 11:13
· 34 commits to master since this release
v3.0.0
bd47858

💥 Breaking changes

  • 9ce355c updated rules that check classes and static methods to recognize globalThis.*.
  • 3f6f4a9 updated es/no-5 preset to check new static methods in ES5.

✨ Enhancements

  • 70e92e8 added no-global-this rule to check ES2020 globalThis.
  • 85eb055 and b5928ab added ton of rules that check new static methods in ES5.

🐛 Bug fixes

  • 429c102 fixed incorrect autofix of es/no-arrow-functions.