From 07ef6d96d603e980341cfdc8ac54aca54cdebe22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20J=C3=A4derberg?= Date: Thu, 6 Nov 2025 14:18:50 +0000 Subject: [PATCH] Merged in chore/remove-jsonsort-dictionaries (pull request #3084) chore: No need to sort dictionary files anymore now that we have man-made IDs * No need to sort dictionary files anymore now that we have man-made IDs Approved-by: Erik Tiekstra Approved-by: Linus Flood --- apps/partner-sas/lint-staged.config.js | 1 - apps/scandic-web/lint-staged.config.js | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/partner-sas/lint-staged.config.js b/apps/partner-sas/lint-staged.config.js index 82bb8af36..47f5f04b6 100644 --- a/apps/partner-sas/lint-staged.config.js +++ b/apps/partner-sas/lint-staged.config.js @@ -15,7 +15,6 @@ const config = { "*.{js,jsx,ts,tsx}": [buildEslintCommand], "*.{ts,tsx}": () => "yarn check-types", "*.{js,jsx,ts,tsx,json,css}": "prettier --write", - "i18n/dictionaries/*.json": "jsonsort", } export default config diff --git a/apps/scandic-web/lint-staged.config.js b/apps/scandic-web/lint-staged.config.js index f398a3f72..0fd068a75 100644 --- a/apps/scandic-web/lint-staged.config.js +++ b/apps/scandic-web/lint-staged.config.js @@ -15,7 +15,6 @@ const config = { "*.{js,jsx,ts,tsx}": [buildEslintCommand], "*.{ts,tsx}": () => "yarn check-types", "*.{js,jsx,ts,tsx,json,css}": "prettier --write", - "i18n/dictionaries/*.json": "jsonsort", } export default config