Skip to content
This repository was archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
feat: add Deno format ignore directive to generated files (#1286)
Browse files Browse the repository at this point in the history
* feat(typescript): add Deno format ignore directive to generated files

* follow existing commment pattern

---------

Co-authored-by: zx <[email protected]>
  • Loading branch information
zxt-tzx and zxt-tzx authored Oct 18, 2024
1 parent 735e44c commit 28a95ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/types/typescript/typescript.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func Generate(root string, links common.Links) error {
"/* This file is auto-generated by SST. Do not edit. */",
"/* tslint:disable */",
"/* eslint-disable */",
"/* deno-fmt-ignore-file */",
"import \"sst\"",
"export {}",
"",
Expand Down

0 comments on commit 28a95ce

Please sign in to comment.