mirror of https://github.com/vector-im/riot-web
declare LANGUAGES_FILE as global in eslint config
parent
33858c8aff
commit
f51d25c394
|
@ -15,6 +15,9 @@ module.exports = {
|
|||
"flowtype",
|
||||
"babel"
|
||||
],
|
||||
globals: {
|
||||
LANGUAGES_FILE: "readonly",
|
||||
},
|
||||
env: {
|
||||
es6: true,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue