Skip to content

v2.0.0

Compare
Choose a tag to compare
@cheton cheton released this 28 Oct 06:53

What's Changed

  • feat: bump eslint and eslint-config-airbnb to the latest version by @cheton in #2
  • feat: change parserOptions.ecmaVersion to 2020 (315b4db)
  parserOptions: {
    ecmaVersion: 2020,
    sourceType: 'module',
  }

Full Changelog: v1.4.1...v2.0.0