declare LANGUAGES_FILE as global in eslint config

pull/21833/head
Bruno Windels 2019-02-18 16:36:11 +01:00
parent 33858c8aff
commit f51d25c394
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ module.exports = {
"flowtype", "flowtype",
"babel" "babel"
], ],
globals: {
LANGUAGES_FILE: "readonly",
},
env: { env: {
es6: true, es6: true,
}, },