diff options
author | Matthew Miller <matthew@millerti.me> | 2023-08-16 19:09:43 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2023-08-16 19:09:43 -0700 |
commit | cd577b8cc183a9c05311f69391a53f02c0e90bd9 (patch) | |
tree | b9069d77854715f3d23c6ae3b3ed624de6f9e0b5 /packages/typescript-types | |
parent | 1d6993e567fc20852c674670d4a93a7fe5c79a5b (diff) |
Try to setup `deno fmt` in Deno packages
Diffstat (limited to 'packages/typescript-types')
-rw-r--r-- | packages/typescript-types/deno.jsonc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/typescript-types/deno.jsonc b/packages/typescript-types/deno.jsonc index f1d5e48..df74b36 100644 --- a/packages/typescript-types/deno.jsonc +++ b/packages/typescript-types/deno.jsonc @@ -1,8 +1,4 @@ { - "fmt": { - "singleQuote": true, - "lineWidth": 100 - }, "tasks": { "build": "deno run -A build_npm.ts" } |