Skip to content

Commit

Permalink
4.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 12, 2024
1 parent a128f69 commit 9d79775
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "type-fest",
"version": "4.30.0",
"version": "4.30.1",
"description": "A collection of essential TypeScript types",
"license": "(MIT OR CC0-1.0)",
"repository": "sindresorhus/type-fest",
Expand Down Expand Up @@ -65,7 +65,10 @@
"consistent": true
}
],
"import/consistent-type-specifier-style": ["error", "prefer-top-level"]
"import/consistent-type-specifier-style": [
"error",
"prefer-top-level"
]
}
},
"tsd": {
Expand Down

0 comments on commit 9d79775

Please sign in to comment.