From 2ad3421b44a5849005af91718b66a4fc76cced4d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 03:51:22 +0000 Subject: Automatically format code --- .prettierrc.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to '.prettierrc.json') diff --git a/.prettierrc.json b/.prettierrc.json index 85b85a1..6797105 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -7,23 +7,17 @@ "endOfLine": "lf", "overrides": [ { - "files": [ - "*BushClientEvents.d.ts" - ], + "files": ["*BushClientEvents.d.ts"], "options": { "printWidth": 80 } }, { - "files": [ - "badwords.ts", - "badlinks.ts", - "badlinks-secret.ts" - ], + "files": ["badwords.ts", "badlinks.ts", "badlinks-secret.ts"], "options": { "singleQuote": false, "trailingComma": "es5" } } ] -} \ No newline at end of file +} -- cgit