Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Use dash for unordered lists
  • Loading branch information
jwbth authored May 13, 2024
1 parent 3d778ae commit 42b10f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ npm install eslint-plugin-import --save-dev

All rules are off by default. You may extend one of the canned configs, or configure them manually in your `.eslintrc.(yml|json|js)`.

* Extending a canned config:
- Extending a canned config:

```yaml
extends:
Expand All @@ -123,7 +123,7 @@ All rules are off by default. You may extend one of the canned configs, or confi
- plugin:import/warnings
```

* Configuring manually:
- Configuring manually:

```yaml
plugins:
Expand Down

0 comments on commit 42b10f5

Please sign in to comment.