Match snippet to linter

This commit is contained in:
Cyn 2021-12-23 14:37:42 -05:00
parent 33ae640ae2
commit 14b51dad96
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"scope": "typescript", "scope": "typescript",
"prefix" : ["template"], "prefix" : ["template"],
"body": [ "body": [
"import { NS } from \"../NetscriptDefinitions\";", "import { NS } from \"../NetscriptDefinitions\"",
"", "",
"export async function main(ns : NS) : Promise<void> {", "export async function main(ns : NS) : Promise<void> {",
"\t", "\t",