blob: fd44484a92bd847062a2650ebb8747917a1b3688 [file] [log] [blame]
include: package:lints/recommended.yaml
linter:
rules:
# In addition to lints/recommended:
always_declare_return_types: true
omit_local_variable_types: true
prefer_single_quotes: true
unawaited_futures: true
# Remove from lints/recommended:
constant_identifier_names: false
non_constant_identifier_names: false