dart-sdk/pkg/vm_service/analysis_options.yaml

10 lines
221 B
YAML
Raw Normal View History

include: package:lints/recommended.yaml
linter:
rules:
# still 5 errors in lib/src/vm_service.dart
#- comment_references
directives_ordering: true
prefer_single_quotes: true
unawaited_futures: true