STY: Bump ecmaVersion to 2022

Required for using Public class fields
This commit is contained in:
bananarama92 2024-11-25 17:14:09 +01:00
parent 8e3a2ad1bf
commit 22c7fd6ee9
No known key found for this signature in database
GPG key ID: ECBC951D6255A50F
2 changed files with 2 additions and 2 deletions
BondageClub

View file

@ -6,7 +6,7 @@ module.exports = {
es6: true,
},
parserOptions: {
ecmaVersion: 2021,
ecmaVersion: 2022,
},
root: true,
plugins: [

View file

@ -4,6 +4,6 @@ module.exports = {
node: true,
},
parserOptions: {
ecmaVersion: 2021,
ecmaVersion: 2022,
},
};