blob: 4980b8a1dfacfe0cbda0e6d494ec56f583318772 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# This file configures the analyzer, which statically analyzes Dart code to
# check for errors, warnings, and lints.
#
# The analyzer can be invoked from the command line by running
# `flutter analyze`.
include: package:flutter_lints/flutter.yaml
linter:
rules:
# prefer_single_quotes: true
|