Skip to content

Commit 9e6ce6c

Browse files
authored
Update README.md (dart-archive/lints#108)
1 parent 5e681a4 commit 9e6ce6c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkgs/lints/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Dart source code. More than a hundred [linter rules][rules] are available,
99
checking anything from potential typing issues, coding style, and formatting.
1010
This package, `lints`, contains the lint settings recommended by the Dart team.
1111

12-
Two sets of lints are available:
12+
Two sets of Dart lints are available:
1313

1414
* **Core lints**: Lints that help identify critical issues that are likely to
1515
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
2020
writing Dart using a single, idiomatic style and format. All code is encouraged
2121
to pass these lints. The recommended lints include all the core lints.
2222

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+
2326
## Where these lints are used
2427

2528
When creating new Dart project using the [`dart create`][dart create] command,

0 commit comments

Comments
 (0)