fix: update eslint env to 2022

This commit is contained in:
Dominik Pschenitschni 2022-10-17 16:12:16 +02:00 committed by kolaente
parent e968c88cfd
commit 0b194bb0cf
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ module.exports = {
'root': true,
'env': {
'browser': true,
'es2021': true,
'es2022': true,
'node': true,
'vue/setup-compiler-macros': true,
},