mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-22 16:56:19 +01:00
7 lines
147 B
YAML
7 lines
147 B
YAML
include: package:flutter_lints/flutter.yaml
|
|
|
|
linter:
|
|
rules:
|
|
unawaited_futures: true
|
|
avoid_void_async: true
|
|
directives_ordering: true
|