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
This commit is contained in:
Joakim Jäderberg
2025-11-06 14:18:50 +00:00
parent 20bf89d206
commit 07ef6d96d6
2 changed files with 0 additions and 2 deletions

View File

@@ -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

View File

@@ -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