mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-14 04:19:22 +00:00
STY: Bump ecmaVersion to 2022
Required for using Public class fields
This commit is contained in:
parent
8e3a2ad1bf
commit
22c7fd6ee9
2 changed files with 2 additions and 2 deletions
BondageClub
|
@ -6,7 +6,7 @@ module.exports = {
|
|||
es6: true,
|
||||
},
|
||||
parserOptions: {
|
||||
ecmaVersion: 2021,
|
||||
ecmaVersion: 2022,
|
||||
},
|
||||
root: true,
|
||||
plugins: [
|
||||
|
|
|
@ -4,6 +4,6 @@ module.exports = {
|
|||
node: true,
|
||||
},
|
||||
parserOptions: {
|
||||
ecmaVersion: 2021,
|
||||
ecmaVersion: 2022,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue