mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
Switch no-empty eslint rule from warning to error (in .eslintrc)
This commit is contained in:
@@ -161,6 +161,7 @@ exports.strcmp = (function () {
|
||||
var collator = new Intl.Collator();
|
||||
return collator.compare;
|
||||
} catch (e) {
|
||||
// continue regardless of error
|
||||
}
|
||||
|
||||
return function util_strcmp (a, b) {
|
||||
|
||||
Reference in New Issue
Block a user