diff --git a/.eslintrc.json b/.eslintrc.json index 8d37b5407..8eff1a76e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,6 +22,9 @@ }, "globals": { "__static": true, - "__": true + "staticResourcesPath": true, + "__": true, + "__n": true, + "app": true } } \ No newline at end of file