Merge pull request #3833 from soulsands/es-version

fix: upgrade version to support top level await
pull/255/head
zadam 2023-04-16 20:51:17 +07:00 committed by GitHub
commit ad40cd72ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

@ -46,7 +46,7 @@
const errors = new eslint().verify(text, {
root: true,
parserOptions: {
ecmaVersion: 2019
ecmaVersion: 2022
},
extends: ['eslint:recommended', 'airbnb-base'],
env: {