v21.0.0
BREAKING CHANGES
- Bump
eslint-plugin-unicornfrom 33.0.1 to 34.0.0. See Release
Notes:- Enable new rule
no-array-method-this-argument. - Enable new rule
require-post-message-target-origin.
- Enable new rule
- Disallow
process.nextTickinno-restricted-propertiesin favor ofqueueMicrotaskas recommended by the Node.js API docs (a01b279)
Bug Fixes
- Allow
LabeledStatementinno-restricted-syntaxrule, since it is already disallowed byno-labels(9cfe4ff)
Features
- Disable
no-continuerule (280ab85)