Skip to content

Commit

Permalink
add a bit of breathing room to the file size
Browse files Browse the repository at this point in the history
  • Loading branch information
wjhsf committed Mar 15, 2024
1 parent 523ebb9 commit 681537d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cookie/cookie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 681537d

Please sign in to comment.