diff --git a/.eslintrc.json b/.eslintrc.json index 727fbfcb596..c4cc0729807 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,8 +3,8 @@ "es6": true }, "globals": { - "LS" : "on", - "$" : "on" + "LS" : "writable", + "$" : "readonly" }, "rules": { "semi": ["warn", "always"],