Skip to content

Commit

Permalink
4.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 24, 2024
1 parent fa4099c commit 4c6037b
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions 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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 4c6037b

Please sign in to comment.