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"