We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 904b9a8 commit 64ee610Copy full SHA for 64ee610
src/types/type_colon_spacing.ts
@@ -1,3 +1,6 @@
1
+/**
2
+ * This plugin ensures consistent spacing before and after the colon for type definitions.
3
+ */
4
const plugin : Deno.lint.Plugin = {
5
name: "type-colon-spacing",
6
rules: {
0 commit comments