cast and chrome added to eslint globals

This commit is contained in:
nklhrstv 2020-05-12 11:00:17 +03:00
parent cd1ee34418
commit a141ad2d9a

View file

@ -10,7 +10,9 @@
}, },
"globals": { "globals": {
"YT": "readonly", "YT": "readonly",
"FB": "readonly" "FB": "readonly",
"cast": "readonly",
"chrome": "readonly"
}, },
"env": { "env": {
"node": true, "node": true,