Skip to content

Commit 64ee610

Browse files
authored
Update type_colon_spacing.ts
1 parent 904b9a8 commit 64ee610

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/types/type_colon_spacing.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/**
2+
* This plugin ensures consistent spacing before and after the colon for type definitions.
3+
*/
14
const plugin : Deno.lint.Plugin = {
25
name: "type-colon-spacing",
36
rules: {

0 commit comments

Comments
 (0)