fix: add pre commit hook to sort dictionaries
This commit is contained in:
@@ -10,6 +10,7 @@ const config = {
|
||||
"*.{js,jsx,ts,tsx}": [buildEslintCommand],
|
||||
"*.{ts,tsx}": () => "tsc -p tsconfig.json --noEmit",
|
||||
"*": "prettier --write",
|
||||
"i18n/dictionaries/*.json": "jsonsort",
|
||||
}
|
||||
|
||||
export default config
|
||||
|
||||
Reference in New Issue
Block a user