blob: 3fa121aeed12beec5181e31dd5b8caf69cfaa741 [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/**]
language:
strict-raw-types: true
strict-inference: true
linter:
rules:
- prefer_final_locals
- prefer_const_declarations