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:
@@ -15,7 +15,6 @@ const config = {
|
|||||||
"*.{js,jsx,ts,tsx}": [buildEslintCommand],
|
"*.{js,jsx,ts,tsx}": [buildEslintCommand],
|
||||||
"*.{ts,tsx}": () => "yarn check-types",
|
"*.{ts,tsx}": () => "yarn check-types",
|
||||||
"*.{js,jsx,ts,tsx,json,css}": "prettier --write",
|
"*.{js,jsx,ts,tsx,json,css}": "prettier --write",
|
||||||
"i18n/dictionaries/*.json": "jsonsort",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default config
|
export default config
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ const config = {
|
|||||||
"*.{js,jsx,ts,tsx}": [buildEslintCommand],
|
"*.{js,jsx,ts,tsx}": [buildEslintCommand],
|
||||||
"*.{ts,tsx}": () => "yarn check-types",
|
"*.{ts,tsx}": () => "yarn check-types",
|
||||||
"*.{js,jsx,ts,tsx,json,css}": "prettier --write",
|
"*.{js,jsx,ts,tsx,json,css}": "prettier --write",
|
||||||
"i18n/dictionaries/*.json": "jsonsort",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default config
|
export default config
|
||||||
|
|||||||
Reference in New Issue
Block a user