chore(husky): implement husky commit hooks to install, lint and format before commit

This commit is contained in:
Amruth Pillai
2022-03-08 08:11:47 +01:00
parent 54fd97b5ec
commit e52edaa552
7 changed files with 30 additions and 26 deletions
+1 -4
View File
@@ -12,8 +12,5 @@
"i18n-ally.localesPaths": ["client/public/locales"],
"i18n-ally.namespace": true,
"i18n-ally.pathMatcher": "{locale}/{namespaces}.{ext}",
"i18n-ally.sortKeys": true,
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
}
"i18n-ally.sortKeys": true
}