v4.0.0
BREAKING CHANGES
- Drop support for Node.js 8, require 10 or later (due to sindresorhus/eslint-plugin-unicorn@d2ffe2c in
eslint-plugin-unicorn@16.0.0). - Require lower-case
ein number literals (due to sindresorhus/eslint-plugin-unicorn#490 ineslint-plugin-unicorn@16.0.0). - Enable
unicorn/prefer-trim-start-endfornodeenv. (b9b90c4)
Bug Fixes
- Use
prefer-exponentiation-operatorinstead ofunicorn/prefer-exponentiation-operator(8b471c9)
Features
- Disable
unicorn/no-for-loopdue to conflicts withrestricted-syntaxfromeslint-config-airbnb-basewhich prevents iterators/generators due to regenerator polyfill overhead (fe93887)