diff options
Diffstat (limited to 'MLEB/LocalisationUpdate/.eslintrc.json')
-rw-r--r-- | MLEB/LocalisationUpdate/.eslintrc.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MLEB/LocalisationUpdate/.eslintrc.json b/MLEB/LocalisationUpdate/.eslintrc.json index 1a97f6e1..96060c6b 100644 --- a/MLEB/LocalisationUpdate/.eslintrc.json +++ b/MLEB/LocalisationUpdate/.eslintrc.json @@ -1,7 +1,8 @@ { "root": true, "extends": [ - "wikimedia/client", - "wikimedia/jquery" + "wikimedia/client-es5", + "wikimedia/jquery", + "wikimedia/mediawiki" ] } |