3.0.0
- BREAKING: Assume Node v8+ by default, and require use of features only supported there.
- BREAKING: Since all rules from the
node8
sub-config are now in the default config,node8
sub-config is removed. - BREAKING: Set
ecmaVersion: 2019
innode10
sub-config (previously setecmaVersion: 2018
). - Add note to docs about usage with ES Modules.