i18n: Fix support for ES5 and above

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2018-11-29 18:48:43 +01:00
parent a2f0659bce
commit 8ee2ea05f3
2 changed files with 38 additions and 30 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2018,
"ecmaVersion": 5,
"sourceType": "module"
},
"rules": {