add cors, needed for dev mode at least

This commit is contained in:
Thomas Ruoff
2017-02-18 01:04:03 +01:00
parent d806327bf9
commit b9424abebf
3 changed files with 5 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
{
"env": {
"node": true,
"browser": true,
"es6": true
},
"parserOptions": {
@@ -74,8 +73,5 @@
"space-infix-ops": 2,
"strict": [2, "global"],
"wrap-iife": 2
},
"globals": {
"chrome": true
}
}