chore: bump eslint ecmaVersion from 2020 to 2021

This commit is contained in:
Yohan Boniface 2025-03-26 11:30:08 +01:00
parent 360ca100ba
commit e993aa7dbc

View file

@ -5,7 +5,7 @@
"es6": true
},
"parserOptions": {
"ecmaVersion": 2020,
"ecmaVersion": 2021,
"sourceType": "module"
}
}