Skip to content

v0.55.0

Latest

Choose a tag to compare

@sindresorhus sindresorhus released this 24 Jun 22:23

Improvements

  • Allow a few common browser globals (location, history, confirm, screen) to be used without a globalThis. prefix in browser mode 0b4ba8c (#115)
  • Prefer the autofixable unicorn versions of no-negated-condition and logical-assignment-operators c9bf95b (#114)
  • Use the type-aware @typescript-eslint/no-unnecessary-template-expression rule in TypeScript c7c6712 (#113)
  • Update to eslint-plugin-unicorn 69

New rules


v0.54.1...v0.55.0