You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
declare LANGUAGES_FILE as global in eslint config
This commit is contained in:
@ -15,6 +15,9 @@ module.exports = {
|
|||||||
"flowtype",
|
"flowtype",
|
||||||
"babel"
|
"babel"
|
||||||
],
|
],
|
||||||
|
globals: {
|
||||||
|
LANGUAGES_FILE: "readonly",
|
||||||
|
},
|
||||||
env: {
|
env: {
|
||||||
es6: true,
|
es6: true,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user