Skip to content

Commit 3081fdd

Browse files
committed
chore: add example
1 parent 8d38ea9 commit 3081fdd

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed
Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
# Example
1+
# 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

Comments
 (0)