Add missing global vars to ESLint configuration

This commit is contained in:
Igor Gassmann 2017-12-20 12:34:18 -03:00
parent ac821a5e4d
commit 1160978095

View file

@ -22,6 +22,9 @@
},
"globals": {
"__static": true,
"__": true
"staticResourcesPath": true,
"__": true,
"__n": true,
"app": true
}
}