build: Replace jscs+jshint with eslint
Change-Id: I7f114267fbb4efd62a9162758445cff4fb3c0973
This commit is contained in:
@@ -132,9 +132,7 @@
|
||||
};
|
||||
|
||||
mw.uls.getCountryCode = function () {
|
||||
// jscs:disable requireCamelCaseOrUpperCaseIdentifiers
|
||||
return window.Geo && ( window.Geo.country || window.Geo.country_code );
|
||||
// jscs:enable requireCamelCaseOrUpperCaseIdentifiers
|
||||
};
|
||||
|
||||
mw.uls.getAcceptLanguageList = function () {
|
||||
|
||||
Reference in New Issue
Block a user