Chore: remove betterer command from lefthook (#110600)

remove betterer command from lefthook
This commit is contained in:
Ashley Harrison 2025-09-04 15:16:21 +01:00 committed by GitHub
parent 6b5cacfade
commit 33722ac1b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,12 +10,6 @@ rc: ./lefthook.rc
pre-commit:
parallel: true
commands:
frontend-betterer:
glob: '*.{ts,tsx}'
run: |
yarn betterer precommit {staged_files} && git add ./.betterer.results
stage_fixed: true
frontend-lint:
glob: '*.{js,ts,tsx}'
run: |