Merge pull request #1092 from lly-c232733/develop

Band-Aid fix for the bootleg eslint
This commit is contained in:
Elian Doran 2025-02-01 01:32:03 +02:00 committed by GitHub
commit b59f98d63b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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