@hexadrop/eslint-config 0.1.5 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -418,7 +418,7 @@ async function core(options) {
418
418
  const configs = [
419
419
  {
420
420
  languageOptions: {
421
- ecmaVersion: 2020,
421
+ ecmaVersion: "latest",
422
422
  globals: {
423
423
  ...import_globals2.default.browser,
424
424
  ...import_globals2.default.es2021,