mirror of
https://github.com/grafana/grafana.git
synced 2025-12-18 22:16:21 -05:00
Chore: remove betterer command from lefthook (#110600)
remove betterer command from lefthook
This commit is contained in:
parent
6b5cacfade
commit
33722ac1b1
1 changed files with 0 additions and 6 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue