We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d38ea9 commit 3081fddCopy full SHA for 3081fdd
packages/dart_frog_lint/example/README.md
@@ -1 +1,11 @@
1
-# Example
+# Dart Frog Lint
2
+
3
+1. Install `dart_frog_lint`
4
5
+ `dart pub add --dev dart_frog_lint`
6
7
+1. Add an `analysis_options.yaml` to the root of your project with the recommended rules
8
9
+ ```yaml
10
+ include: package:dart_frog_lint/recommended.yaml
11
+ ```
0 commit comments