blob: 00d47a9a2d80fa52397033f0189ddb4ff05863c5 [file]
# Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
include: package:lints/recommended.yaml
analyzer:
exclude: [build/**, example/**]
language:
strict-raw-types: true
strict-inference: true
linter:
rules:
- prefer_final_locals
- prefer_const_declarations
- unawaited_futures