xo: Fix unicorn/prefer-number-properties.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-01-25 11:08:00 -08:00
parent 18b41938de
commit 7d6c6bc10a

View File

@@ -553,7 +553,7 @@ export default class GeneralSection extends BaseSection {
maxTags: 3,
dropdown: {
enabled: 0,
maxItems: Infinity,
maxItems: Number.POSITIVE_INFINITY,
closeOnSelect: false,
highlightFirst: true
}