dart-sdk/pkg/analyzer_plugin/analysis_options.yaml

12 lines
240 B
YAML

analyzer:
strong-mode: true
linter:
rules:
- annotate_overrides
- empty_constructor_bodies
- empty_statements
# - prefer_single_quotes
- unawaited_futures
- unnecessary_brace_in_string_interps
- valid_regexps