From 681537d495ad32aa8e2b1463a052ca0b4f5209df Mon Sep 17 00:00:00 2001 From: Will Harney Date: Fri, 15 Mar 2024 16:56:16 -0400 Subject: [PATCH] add a bit of breathing room to the file size --- lib/cookie/cookie.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cookie/cookie.ts b/lib/cookie/cookie.ts index f3e07cfb..c4f6642e 100644 --- a/lib/cookie/cookie.ts +++ b/lib/cookie/cookie.ts @@ -30,7 +30,7 @@ */ // This file was too big before we added max-lines, and it's ongoing work to reduce its size. -/* eslint max-lines: [1, 750] */ +/* eslint max-lines: [1, 800] */ import { getPublicSuffix } from '../getPublicSuffix' import * as validators from '../validators'