Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Fix prettier violations
Browse files Browse the repository at this point in the history
  • Loading branch information
vinistock committed Feb 5, 2024
1 parent fc4bd5c commit 1c21a3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"features": {
"ghcr.io/devcontainers/features/github-cli:1": {},
"ghcr.io/devcontainers/features/rust:1": {},
"ghcr.io/devcontainers/features/ruby:1": {},
"ghcr.io/devcontainers/features/ruby:1": {}
},
"overrideFeatureInstallOrder": ["ghcr.io/devcontainers/features/rust"],
"overrideFeatureInstallOrder": ["ghcr.io/devcontainers/features/rust"]

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"noFallthroughCasesInSwitch": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"esModuleInterop": true,
"esModuleInterop": true
},
"exclude": ["node_modules", ".vscode-test"],
"exclude": ["node_modules", ".vscode-test"]
}

0 comments on commit 1c21a3d

Please sign in to comment.