v2.0.0
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