use ecma version 11 in linter's options

This commit is contained in:
nklhrstv 2022-02-15 13:55:57 +02:00
parent 3ae3ef729f
commit d19b95baf4

View file

@ -21,7 +21,7 @@
"es6": true
},
"parserOptions": {
"ecmaVersion": 9,
"ecmaVersion": 11,
"ecmaFeatures": {
"jsx": true
}