address eslint errors

This commit is contained in:
El RIDO 2025-10-07 00:29:16 +02:00
parent e7c2aa4d60
commit 42b89a9300
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
2 changed files with 4 additions and 6 deletions

View file

@ -18,8 +18,8 @@ module.exports = [globalIgnores(["./*.js", "!./privatebin.js"]), {
WebCrypto: "writable",
},
// async & await are ECMAScript 2017 features
ecmaVersion: 2017,
// async & await are ECMAScript 2017 features, unicode character class escape are ECMAScript 2018 features
ecmaVersion: 2018,
sourceType: "commonjs",
},