From 562abd2c31e63b32c3a5c388f95ecbb672efc035 Mon Sep 17 00:00:00 2001 From: Daniel Bachler Date: Wed, 13 Dec 2023 20:49:10 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9D=20remove=20obsolete=20imports?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 2 +- baker/formatting.tsx | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8b5108bba0d..e52b4d4b3ea 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,7 +14,7 @@ "typescript.preferences.useAliasesForRenames": false, "editor.formatOnSave": true, "editor.codeActionsOnSave": { - "source.fixAll.eslint": true + "source.fixAll.eslint": "explicit" }, "typescript.preferences.importModuleSpecifierEnding": "js", "javascript.preferences.importModuleSpecifierEnding": "js", diff --git a/baker/formatting.tsx b/baker/formatting.tsx index b0fcf02d5d7..7b4a39c91e6 100644 --- a/baker/formatting.tsx +++ b/baker/formatting.tsx @@ -3,8 +3,6 @@ import { DataValueConfiguration, DataValueQueryArgs, FormattedPost, - FormattingOptions, - KeyValueProps, OwidVariableId, Country, OwidVariableDataMetadataDimensions, @@ -12,8 +10,6 @@ import { OwidVariableDisplayConfigInterface, capitalize, Url, - extractFormattingOptions, - parseFormattingOptions, parseKeyValueArgs, } from "@ourworldindata/utils" import { countryProfileDefaultCountryPlaceholder } from "../site/countryProfileProjects.js"