mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
declare LANGUAGES_FILE as global in eslint config
This commit is contained in:
parent
33858c8aff
commit
f51d25c394
@ -15,6 +15,9 @@ module.exports = {
|
||||
"flowtype",
|
||||
"babel"
|
||||
],
|
||||
globals: {
|
||||
LANGUAGES_FILE: "readonly",
|
||||
},
|
||||
env: {
|
||||
es6: true,
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user