Skip to content

3.0.0

Compare
Choose a tag to compare
@RyanZim RyanZim released this 23 May 01:52
· 34 commits to master since this release
  • 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 in node10 sub-config (previously set ecmaVersion: 2018).
  • Add note to docs about usage with ES Modules.