From 703ed965e24ac671fb0edec943593e63b52590f3 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Wed, 17 Jan 2024 16:55:18 +0000 Subject: [PATCH] chore: format --- packages/iso-base/tsconfig.json | 8 ++++---- packages/iso-did/tsconfig.json | 12 ++++++------ packages/iso-filecoin/tsconfig.json | 14 +++++++------- packages/iso-kv/tsconfig.json | 6 +++--- packages/iso-passkeys/tsconfig.json | 12 ++++++------ packages/iso-signatures/tsconfig.json | 14 +++++++------- packages/iso-web/tsconfig.json | 12 ++++++------ packages/iso-websocket/tsconfig.json | 6 +++--- tsconfig.json | 8 ++++---- 9 files changed, 46 insertions(+), 46 deletions(-) diff --git a/packages/iso-base/tsconfig.json b/packages/iso-base/tsconfig.json index 81bcefc..4c3f5e6 100644 --- a/packages/iso-base/tsconfig.json +++ b/packages/iso-base/tsconfig.json @@ -2,7 +2,7 @@ "extends": "../../tsconfig.json", "compilerOptions": { "emitDeclarationOnly": true, - "outDir": "dist" + "outDir": "dist", }, "include": ["src", "scripts", "test", "package.json"], "exclude": ["node_modules", "dist", "out"], @@ -14,10 +14,10 @@ "src/utils.js", "src/base-x.js", "src/varint.js", - "src/ec-compression.js" + "src/ec-compression.js", ], "includeVersion": true, "excludeExternals": true, - "internalModule": "" - } + "internalModule": "", + }, } diff --git a/packages/iso-did/tsconfig.json b/packages/iso-did/tsconfig.json index 255c855..686b1cd 100644 --- a/packages/iso-did/tsconfig.json +++ b/packages/iso-did/tsconfig.json @@ -2,15 +2,15 @@ "extends": "../../tsconfig.json", "compilerOptions": { "emitDeclarationOnly": true, - "outDir": "dist" + "outDir": "dist", }, "references": [ { - "path": "../iso-base" + "path": "../iso-base", }, { - "path": "../iso-web" - } + "path": "../iso-web", + }, ], "include": ["src", "scripts", "test", "package.json"], "exclude": ["node_modules", "dist", "out", "test/mocks/mockServiceWorker.js"], @@ -18,6 +18,6 @@ "entryPoints": ["src/index.js", "src/core.js", "src/key.js", "src/web.js"], "includeVersion": true, "excludeExternals": true, - "internalModule": "" - } + "internalModule": "", + }, } diff --git a/packages/iso-filecoin/tsconfig.json b/packages/iso-filecoin/tsconfig.json index f7c12ce..7b7c596 100644 --- a/packages/iso-filecoin/tsconfig.json +++ b/packages/iso-filecoin/tsconfig.json @@ -2,15 +2,15 @@ "extends": "../../tsconfig.json", "compilerOptions": { "emitDeclarationOnly": true, - "outDir": "dist" + "outDir": "dist", }, "references": [ { - "path": "../iso-base" + "path": "../iso-base", }, { - "path": "../iso-web" - } + "path": "../iso-web", + }, ], "include": ["src", "scripts", "test", "package.json"], "exclude": ["node_modules", "dist", "out"], @@ -22,10 +22,10 @@ "src/message.js", "src/rpc.js", "src/signature.js", - "src/utils.js" + "src/utils.js", ], "includeVersion": true, "excludeExternals": true, - "internalModule": "" - } + "internalModule": "", + }, } diff --git a/packages/iso-kv/tsconfig.json b/packages/iso-kv/tsconfig.json index c32b72a..e54e00a 100644 --- a/packages/iso-kv/tsconfig.json +++ b/packages/iso-kv/tsconfig.json @@ -2,7 +2,7 @@ "extends": "../../tsconfig.json", "compilerOptions": { "emitDeclarationOnly": true, - "outDir": "dist" + "outDir": "dist", }, "include": ["src", "scripts", "test", "package.json"], "exclude": ["node_modules", "dist", "out"], @@ -10,6 +10,6 @@ "entryPoints": ["src/index.js", "src/adapters/*.js"], "includeVersion": true, "excludeExternals": true, - "internalModule": "" - } + "internalModule": "", + }, } diff --git a/packages/iso-passkeys/tsconfig.json b/packages/iso-passkeys/tsconfig.json index ad891e3..d2403e7 100644 --- a/packages/iso-passkeys/tsconfig.json +++ b/packages/iso-passkeys/tsconfig.json @@ -2,15 +2,15 @@ "extends": "../../tsconfig.json", "compilerOptions": { "emitDeclarationOnly": true, - "outDir": "dist" + "outDir": "dist", }, "references": [ { - "path": "../iso-base" + "path": "../iso-base", }, { - "path": "../iso-did" - } + "path": "../iso-did", + }, ], "include": ["src", "scripts", "test", "package.json"], "exclude": ["node_modules", "dist", "out"], @@ -18,6 +18,6 @@ "entryPoints": ["src/index.js"], "includeVersion": true, "excludeExternals": true, - "internalModule": "" - } + "internalModule": "", + }, } diff --git a/packages/iso-signatures/tsconfig.json b/packages/iso-signatures/tsconfig.json index eda946b..5fc145a 100644 --- a/packages/iso-signatures/tsconfig.json +++ b/packages/iso-signatures/tsconfig.json @@ -2,15 +2,15 @@ "extends": "../../tsconfig.json", "compilerOptions": { "emitDeclarationOnly": true, - "outDir": "dist" + "outDir": "dist", }, "references": [ { - "path": "../iso-base" + "path": "../iso-base", }, { - "path": "../iso-did" - } + "path": "../iso-did", + }, ], "include": ["src", "scripts", "test", "package.json"], "exclude": ["node_modules", "dist", "out"], @@ -19,10 +19,10 @@ "src/signers/*.js", "src/verifiers/*.js", "src/asn1.js", - "src/spki.js" + "src/spki.js", ], "includeVersion": true, "excludeExternals": true, - "internalModule": "" - } + "internalModule": "", + }, } diff --git a/packages/iso-web/tsconfig.json b/packages/iso-web/tsconfig.json index 95f398c..5e6b41e 100644 --- a/packages/iso-web/tsconfig.json +++ b/packages/iso-web/tsconfig.json @@ -2,12 +2,12 @@ "extends": "../../tsconfig.json", "compilerOptions": { "emitDeclarationOnly": true, - "outDir": "dist" + "outDir": "dist", }, "references": [ { - "path": "../iso-kv" - } + "path": "../iso-kv", + }, ], "include": ["src", "scripts", "test", "package.json"], "exclude": ["node_modules", "dist", "out", "test/mocks/mockServiceWorker.js"], @@ -18,10 +18,10 @@ "src/http.js", "src/env.js", "src/doh/index.js", - "src/doh/dnslink.js" + "src/doh/dnslink.js", ], "includeVersion": true, "excludeExternals": true, - "internalModule": "" - } + "internalModule": "", + }, } diff --git a/packages/iso-websocket/tsconfig.json b/packages/iso-websocket/tsconfig.json index 26ab818..53140d9 100644 --- a/packages/iso-websocket/tsconfig.json +++ b/packages/iso-websocket/tsconfig.json @@ -2,7 +2,7 @@ "extends": "../../tsconfig.json", "compilerOptions": { "emitDeclarationOnly": true, - "outDir": "dist" + "outDir": "dist", }, "include": ["src", "scripts", "test", "package.json"], "exclude": ["node_modules", "dist", "out"], @@ -10,6 +10,6 @@ "entryPoints": ["src/index.js"], "includeVersion": true, "excludeExternals": true, - "internalModule": "" - } + "internalModule": "", + }, } diff --git a/tsconfig.json b/tsconfig.json index 3f60b83..8a63b74 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,13 +10,13 @@ "packages/iso-signatures", "packages/iso-web", "packages/iso-kv", - "packages/iso-websocket" + "packages/iso-websocket", ], "excludeExternals": true, "sourceLinkExternal": true, "darkHighlightTheme": "github-dark", "navigationLinks": { - "Github": "https://github.com/hugomrdias/iso-repo" - } - } + "Github": "https://github.com/hugomrdias/iso-repo", + }, + }, }