From 28640c99147e6d117285fc19e92d94944105c94c Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Sun, 14 Jan 2024 21:57:44 +0800 Subject: [PATCH] fix: lint --- .vscode/toolkit.code-snippets | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.vscode/toolkit.code-snippets b/.vscode/toolkit.code-snippets index 425b7dd3..c7034e61 100644 --- a/.vscode/toolkit.code-snippets +++ b/.vscode/toolkit.code-snippets @@ -18,13 +18,13 @@ "\tremoveIfExists: ${13:true},", "\tcustomCheck: (doc: Document, options: ElementOptions) => ${14:true},", "\tchildren: [$15]", - "}, ${16:container});" - ] + "}, ${16:container});", + ], }, "appendElement - minimum": { "scope": "javascript,typescript", "prefix": "appendElement", - "body": "appendElement({ tag: '$1' }, $2);" + "body": "appendElement({ tag: '$1' }, $2);", }, "register Notifier": { "scope": "javascript,typescript", @@ -39,7 +39,7 @@ "\t) => {", "\t\t$0", "\t}", - "});" - ] - } + "});", + ], + }, }