From 32cbee923b2c242a6ed152e6825fb7eb12197682 Mon Sep 17 00:00:00 2001 From: azerum <60925680+azerum@users.noreply.github.com> Date: Mon, 3 Jul 2023 11:48:28 +0200 Subject: [PATCH] fix #60 --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 3130fa7..618901b 100644 --- a/index.d.ts +++ b/index.d.ts @@ -2,7 +2,7 @@ export interface Options { /** Strip trailing commas in addition to comments. - @default true + @default false */ readonly trailingCommas?: boolean;