Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Nov 27, 2024
1 parent 57343e5 commit 4f4110d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,22 @@ Example **.vscode/settings.json**:
}
```

### Zed

Zed has built-in support for ESLint. However, you need to configure ESLint to work with Astro files.

Example **.zed/settings.json**:

```json
{
"languages": {
"Astro": {
"language_servers": ["eslint", "..."]
}
}
}
```

<!--USAGE_GUIDE_END-->
<!--USAGE_SECTION_END-->

Expand Down

0 comments on commit 4f4110d

Please sign in to comment.