From 11609780959a9f9aafb0137c2d6c2eead5feb610 Mon Sep 17 00:00:00 2001 From: Igor Gassmann Date: Wed, 20 Dec 2017 12:34:18 -0300 Subject: [PATCH] Add missing global vars to ESLint configuration --- .eslintrc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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