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

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: {