diff --git a/package.json b/package.json index 1af10695..dc4c0912 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": {