From 4c6037bc0200f9bf2a182901e160ced1568edb4f Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 24 Mar 2024 15:59:18 +0900 Subject: [PATCH] 4.14.0 --- package.json | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1af106952..dc4c09124 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "type-fest", - "version": "4.13.1", + "version": "4.14.0", "description": "A collection of essential TypeScript types", "license": "(MIT OR CC0-1.0)", "repository": "sindresorhus/type-fest", @@ -56,10 +56,13 @@ "@typescript-eslint/no-redeclare": "off", "@typescript-eslint/no-confusing-void-expression": "off", "@typescript-eslint/no-unsafe-argument": "off", - "object-curly-newline": ["error", { - "multiline": true, - "consistent": true - }] + "object-curly-newline": [ + "error", + { + "multiline": true, + "consistent": true + } + ] } }, "tsd": {