1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Link to dart.dev docs for lints (#901)

This commit is contained in:
Michael Thomsen
2021-09-24 18:35:50 +02:00
committed by GitHub
parent 3914822ecb
commit 3de664f9e7

View File

@@ -1,6 +1,7 @@
# linting_tool
A desktop tool that helps you manage linter rules for your Flutter project.
A desktop tool that helps you manage [linter rules](https://dart.dev/guides/language/analysis-options#enabling-linter-rules)
for your Flutter project.
## Goals for this sample