2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

site/.eslintrc.json: specify ecmaVersion.

This commit is contained in:
XhmikosR
2019-07-16 13:27:26 +03:00
parent ef98fbdb84
commit fe09d106dc
+1
View File
@@ -1,6 +1,7 @@
{ {
"root": true, "root": true,
"parserOptions": { "parserOptions": {
"ecmaVersion": 5,
"sourceType": "script" "sourceType": "script"
}, },
"extends": [ "extends": [