[ci] yarn format
This commit is contained in:
parent
7265ca4ea8
commit
ff9f4ec230
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ import TwitterTimeline from '../components/TwitterTimeline.astro';
|
|||
| Fragments | Automatic top-level, `<>` inside functions | Wrap with `<Fragment>` or `<>` |
|
||||
| Multiple frameworks per-file | Yes | No |
|
||||
| Modifying `<head>` | Just use `<head>` | Per-framework (`<Head>`, `<svelte:head>`, etc) |
|
||||
| Comment Style | `<!-- HTML -->` | `{/* JavaScript */} |
|
||||
| Comment Style | `<!-- HTML -->` | `{/_ JavaScript _/} |
|
||||
| Special Characters | ` ` | ` ` |
|
||||
| Attributes | `dash-case` | `camelCase` |
|
||||
|
||||
|
|
Loading…
Reference in a new issue