fix: update eslint env to 2022
This commit is contained in:
parent
e968c88cfd
commit
0b194bb0cf
@ -5,7 +5,7 @@ module.exports = {
|
|||||||
'root': true,
|
'root': true,
|
||||||
'env': {
|
'env': {
|
||||||
'browser': true,
|
'browser': true,
|
||||||
'es2021': true,
|
'es2022': true,
|
||||||
'node': true,
|
'node': true,
|
||||||
'vue/setup-compiler-macros': true,
|
'vue/setup-compiler-macros': true,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user