From 1c21a3d987a3b346ffded4854f9819a63615a952 Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Mon, 5 Feb 2024 11:18:22 -0500 Subject: [PATCH] Fix prettier violations --- .devcontainer/devcontainer.json | 4 ++-- tsconfig.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6973867d..2a6c49b7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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": {}, diff --git a/tsconfig.json b/tsconfig.json index eda745fe..052697b2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "noFallthroughCasesInSwitch": true, "noUnusedLocals": true, "noUnusedParameters": true, - "esModuleInterop": true, + "esModuleInterop": true }, - "exclude": ["node_modules", ".vscode-test"], + "exclude": ["node_modules", ".vscode-test"] }