1
0
Fork 0
mirror of https://gitlab.com/nkming2/nc-photos.git synced 2025-03-10 09:18:52 +01:00
nc-photos/app/analysis_options.yaml
2023-05-29 01:12:24 +08:00

10 lines
297 B
YAML

include: package:flutter_lints/flutter.yaml
linter:
rules:
unawaited_futures: true
avoid_void_async: true
prefer_interpolation_to_compose_strings: false
no_leading_underscores_for_local_identifiers: false
use_build_context_synchronously: false
directives_ordering: true