Skip to content

Commit b1e8008

Browse files
docs(changelog): fix wrong useConsistentTypeDefinitions URL (#7151)
1 parent 2863484 commit b1e8008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@biomejs/biome/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
import source foo from "<specifier>";
172172
```
173173

174-
- [#7053](https://github.com/biomejs/biome/pull/7053) [`655049e`](https://github.com/biomejs/biome/commit/655049e9e38f536b33fff6d7b160299f0b446908) Thanks [@jakeleventhal](https://github.com/jakeleventhal)! - Added the [`useConsistentTypeDefinitions`](https://biomejs.dev/rules/use-consistent-type-definitions) rule.
174+
- [#7053](https://github.com/biomejs/biome/pull/7053) [`655049e`](https://github.com/biomejs/biome/commit/655049e9e38f536b33fff6d7b160299f0b446908) Thanks [@jakeleventhal](https://github.com/jakeleventhal)! - Added the [`useConsistentTypeDefinitions`](https://biomejs.dev/linter/rules/use-consistent-type-definitions) rule.
175175

176176
This rule enforces consistent usage of either `interface` or `type` for object type definitions in TypeScript.
177177

0 commit comments

Comments
 (0)