mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
declare LANGUAGES_FILE as global in eslint config
This commit is contained in:
parent
33858c8aff
commit
f51d25c394
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ module.exports = {
|
|||
"flowtype",
|
||||
"babel"
|
||||
],
|
||||
globals: {
|
||||
LANGUAGES_FILE: "readonly",
|
||||
},
|
||||
env: {
|
||||
es6: true,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue