syntax issue in eslintrc

This commit is contained in:
Per Ploug
2017-01-07 01:26:35 +01:00
parent 904265cdf5
commit 4e9a8623f0

View File

@@ -39,7 +39,7 @@
"globals": {
"angular": false,
"_": false,
"$", false,
"$": false,
"tinymce": false,
"tinyMCE": false,
"FileReader": false,
@@ -47,7 +47,7 @@
"window": false,
"LazyLoad": false,
"ActiveXObject": false,
"Bloodhound", false
"Bloodhound": false
}
}