From 6caccdda5b021a38b5c08a598345782355fef265 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Wed, 19 Jun 2019 16:23:57 -0700 Subject: [PATCH] Lint fixes after recent PR merges --- ts/types/PhoneNumber.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ts/types/PhoneNumber.ts b/ts/types/PhoneNumber.ts index fd9d9a3cc..1c6c2ff08 100644 --- a/ts/types/PhoneNumber.ts +++ b/ts/types/PhoneNumber.ts @@ -25,9 +25,7 @@ function _format( export const format = memoizee(_format, { primitive: true, // Convert the arguments to a unique string, required for primitive mode. - normalizer: function(args) { - return JSON.stringify(args); - } + normalizer: (...args) => JSON.stringify(args), }); export function parse(