Fix wrong ecmaVersion in .eslintrc

This commit is contained in:
Giuseppe Criscione 2020-10-27 13:00:31 +01:00
parent 7f241617df
commit b795efa419

View File

@ -9,7 +9,7 @@
"$$": false
},
"parserOptions": {
"ecmaVersion": 5,
"ecmaVersion": 6,
"sourceType": "module"
},
"rules": {