Skip to content

Commit

Permalink
ci: Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Feb 16, 2024
1 parent fb1a8c6 commit 87330d8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"build": {
"dockerfile": "Dockerfile",
"args": {
"VARIANT": "20",
},
"VARIANT": "20"
}
},
"extensions": [
"ms-vsliveshare.vsliveshare",
"dbaeumer.vscode-eslint",
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode",
"esbenp.prettier-vscode"
],
"postCreateCommand": "npm install",
"remoteUser": "node",
"remoteUser": "node"
}
8 changes: 4 additions & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"@seamapi/http": ["./src/index.ts"],
"@seamapi/http/connect": ["./src/connect.ts"],
"fixtures/*": ["./test/fixtures/*"],
"lib/*": ["./src/lib/*"],
},
"lib/*": ["./src/lib/*"]
}
},
"files": ["src/index.ts", "src/connect.ts"],
"include": [
Expand All @@ -37,6 +37,6 @@
"examples/**/*",
"tsup.config.ts",
"prepack.ts",
"generate-routes.ts",
],
"generate-routes.ts"
]
}

0 comments on commit 87330d8

Please sign in to comment.