Skip to content

Commit

Permalink
Merge pull request #315 from its-me-mahmud/main
Browse files Browse the repository at this point in the history
fix(docs): Clarify `pub get` command and correct typo in `analysis_options.yaml` example
  • Loading branch information
Kilian Schulte authored Sep 28, 2024
2 parents 842ec84 + efb2e9e commit ab17b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jaspr_lints/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ dart pub add jaspr_lints --dev
```yaml
analyzer:
plugins:
- custom_lints
- custom_lint
```
After running `pub get` you now see additional Jaspr lints
After running `dart pub get` you now see additional Jaspr lints
when invoking code assist on a component function like `div()` or `p()` files.

## Usage
Expand Down

0 comments on commit ab17b3d

Please sign in to comment.