mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
eslint: Enable space-infix-ops rule.
More about rule at https://eslint.org/docs/rules/space-infix-ops
This commit is contained in:
@@ -58,7 +58,7 @@ run_test('pills', () => {
|
||||
pills = {
|
||||
pill: {},
|
||||
};
|
||||
all_pills= {};
|
||||
all_pills = {};
|
||||
};
|
||||
|
||||
var appendValue_called;
|
||||
|
||||
Reference in New Issue
Block a user