From 317fcc0126be8c4cbd4c6f51e37d014f9d2edf86 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 14 Aug 2022 21:16:36 -0400 Subject: remove unnecessary prettier-ignore --- .vscode/typescript.code-snippets | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.vscode/typescript.code-snippets') diff --git a/.vscode/typescript.code-snippets b/.vscode/typescript.code-snippets index b59e380..77b2f7f 100644 --- a/.vscode/typescript.code-snippets +++ b/.vscode/typescript.code-snippets @@ -5,8 +5,7 @@ * $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the * same ids are connected. */ - // prettier-ignore - "Command":{ + "Command": { "prefix": "command", "description": "A bot command template", "body": [ @@ -62,7 +61,7 @@ "\t) {", "\t\t$0", "\t}", - "}", + "}" ] } } -- cgit