blob: 4d93db00d7087acbc392fd1c7a28b8ab397b3c02 [file] [edit]
include: package:dart_flutter_team_lints/analysis_options.yaml
analyzer:
exclude: [build/**, third_party/**]
language:
strict-raw-types: true
linter:
rules:
prefer_final_locals: true
prefer_const_declarations: true