xo: Upgrade xo to 0.28.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg
2020-03-23 16:52:04 -07:00
parent 611932c66d
commit 55eb768064
5 changed files with 779 additions and 84 deletions

View File

@@ -1,3 +1,5 @@
/* eslint-disable unicorn/prevent-abbreviations */
// This util function returns the page params if they're present else returns null
export function isPageParams(): null | object {
let webpageParams = null;