1
0
mirror of https://github.com/go-vikunja/app synced 2025-05-16 22:48:08 +00:00

chore(devenv): add lint scripts

This commit is contained in:
kolaente 2024-09-17 14:01:22 +02:00
parent be2a14678f
commit 49a2f32944
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -9,6 +9,8 @@
create-emulator.exec = "avdmanager create avd --force --name android-32 --package 'system-images;android-32;google_apis_playstore;x86_64'";
run-app.exec = "flutter run --flavor unsigned";
build-apk-unsigned.exec = "flutter build apk --flavor unsigned";
lint.exec = "dart format --set-exit-if-changed .";
lint-fix.exec = "dart format .";
};
android = {