Browse Source

chore(tool): Run format after melos bootstrap

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/1143/head
jld3103 1 year ago
parent
commit
3dd1d10d9e
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 5
      melos.yaml

5
melos.yaml

@ -18,6 +18,11 @@ ide:
intellij:
enabled: false
command:
bootstrap:
hooks:
post: melos run format
scripts:
format: dart format --fix --line-length 120 .
format:check: dart format --output=none --set-exit-if-changed --line-length 120 .

Loading…
Cancel
Save