aboutsummaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-14 21:16:36 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-14 21:16:36 -0400
commit317fcc0126be8c4cbd4c6f51e37d014f9d2edf86 (patch)
tree7d22bc8ce39c092e2aa8fea7970108e95201f3dd /.vscode
parent32350f2515c1320407f800f64a5dcedbfb1c1f88 (diff)
downloadtanzanite-317fcc0126be8c4cbd4c6f51e37d014f9d2edf86.tar.gz
tanzanite-317fcc0126be8c4cbd4c6f51e37d014f9d2edf86.tar.bz2
tanzanite-317fcc0126be8c4cbd4c6f51e37d014f9d2edf86.zip
remove unnecessary prettier-ignore
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/typescript.code-snippets5
1 files changed, 2 insertions, 3 deletions
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}",
- "}",
+ "}"
]
}
}