Skip to content

v2.0.0

Choose a tag to compare

@kevinoid kevinoid released this 29 Nov 18:48
v2.0.0

BREAKING CHANGES

  • Enables new prefer-negative-index rule.
  • WSH: pre-defined globals are now non-writable.
  • WSH: add RuntimeObject to no-restricted-globals, since unbound this is always preferable (see link in error message for details).

New Features

  • Add messages to no-restricted-globals.
  • Update globals to ^12.3.0 for additional WSH globals (CollectGarbage, Debug, RuntimeObject).
  • Update eslint-plugin-unicorn to ^14.0.0.