Add missing global vars to ESLint configuration
This commit is contained in:
parent
ac821a5e4d
commit
1160978095
1 changed files with 4 additions and 1 deletions
|
@ -22,6 +22,9 @@
|
||||||
},
|
},
|
||||||
"globals": {
|
"globals": {
|
||||||
"__static": true,
|
"__static": true,
|
||||||
"__": true
|
"staticResourcesPath": true,
|
||||||
|
"__": true,
|
||||||
|
"__n": true,
|
||||||
|
"app": true
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue