Chore: Remove i18n psuedo precommit hook (#86840)

Remove i18n psuedo precommit hook
This commit is contained in:
Josh Hunt
2024-04-24 12:08:19 +01:00
committed by GitHub
parent fd1bf66d86
commit f382bd402c

View File

@@ -23,11 +23,6 @@ pre-commit:
yarn prettier --write {staged_files}
stage_fixed: true
internationalization:
glob: 'public/locales/en-US/grafana.json'
run: yarn i18n:pseudo
stage_fixed: true
other-format:
glob: '*.{json,scss,md,mdx}'
run: yarn prettier --write {staged_files}