@ -17,3 +17,8 @@ packages:
ide:
intellij:
enabled: false
scripts:
format-check: dart format --output=none --set-exit-if-changed --line-length 120 .
analyze: dart analyze --fatal-infos .
test: melos exec --concurrency=1 --fail-fast --dir-exists=test -- "flutter test"