Skip to content

Commit 0b617b4

Browse files
committed
chore: update formatting, thanks prettier /s
1 parent 2e53edb commit 0b617b4

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

docs/config.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ A [picomatch pattern](https://github.com/micromatch/picomatch), or array of patt
192192
- **Default:** `false`
193193

194194
`vite-plugin-svelte` automatically manages [pre-bundling for Svelte components](./faq.md#what-is-going-on-with-vite-and-pre-bundling-dependencies). To opt-out of this automatic behavior you can use:
195-
196195
- `disableDependencyReinclusion: true` to disable all re-inclusions
197196
- `disableDependencyReinclusion: ['foo']` to disable re-inclusions only for dependencies of `foo`.
198197

docs/inspector.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ SVELTE_INSPECTOR_OPTIONS=true
7272
- **Default:** `{ parent: 'ArrowUp', child: 'ArrowDown', next: 'ArrowRight', prev: 'ArrowLeft' }`
7373

7474
Define keys to select elements with via keyboard. This improves accessibility and helps selecting elements that do not have a hoverable surface area due to tight wrapping.
75-
7675
- `parent`: select closest parent
7776
- `child`: select first child (or grandchild)
7877
- `next`: next sibling (or parent if no next sibling exists)
@@ -105,7 +104,6 @@ SVELTE_INSPECTOR_OPTIONS=true
105104
- **Default:** `'active'`
106105

107106
When to show the toggle button. The toggle button allows you to click on-screen to enable/disable the inspector, rather than using the `toggleKeyCombo`.
108-
109107
- `'always'`: always show the toggle button
110108
- `'active'`: show the toggle button when the inspector is active
111109
- `'never'`: never show the toggle button

docs/preprocess.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ However, `svelte-preprocess` does provide extra functionalities not available wi
1212
- **Default:** `{ script: false, style: true }`
1313

1414
A Svelte preprocessor that supports transforming TypeScript, PostCSS, SCSS, Less, Stylus, and SugarSS. These are transformed when the script or style tags have the respective `lang` attribute.
15-
1615
- TypeScript: `<script lang="ts">`
1716
- SCSS: `<style lang="scss">`
1817
- Less: `<style lang="less">`

0 commit comments

Comments
 (0)