File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Dart source code. More than a hundred [linter rules][rules] are available,
9
9
checking anything from potential typing issues, coding style, and formatting.
10
10
This package, ` lints ` , contains the lint settings recommended by the Dart team.
11
11
12
- Two sets of lints are available:
12
+ Two sets of Dart lints are available:
13
13
14
14
* ** Core lints** : Lints that help identify critical issues that are likely to
15
15
lead to problems when running or consuming Dart code. All code should pass these
@@ -20,6 +20,9 @@ lead to problems when running or consuming Dart code, and lints that enforce
20
20
writing Dart using a single, idiomatic style and format. All code is encouraged
21
21
to pass these lints. The recommended lints include all the core lints.
22
22
23
+ Finally, a third set [ ` flutter_lints ` ] ( https://pub.dev/packages/flutter_lints )
24
+ extends the recommended set with additional recommencded Flutter-specific lints.
25
+
23
26
## Where these lints are used
24
27
25
28
When creating new Dart project using the [ ` dart create ` ] [ dart create ] command,
You can’t perform that action at this time.
0 commit comments