Skip to content

Commit 1c2d7b7

Browse files
fix formatting
1 parent fee2536 commit 1c2d7b7

File tree

5 files changed

+12168
-12166
lines changed

5 files changed

+12168
-12166
lines changed

.prettierrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"useTabs": false,
3+
"tabWidth": 4,
4+
"singleQuote": true,
5+
"trailingComma": "all"
6+
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ npm i -D svelte-markdoc-preprocess
2121

2222
```js
2323
// svelte.config.js
24-
import { markdoc } from "svelte-markdoc-preprocess";
24+
import { markdoc } from 'svelte-markdoc-preprocess';
2525

2626
const config = {
2727
preprocess: [markdoc()],
28-
extensions: [".markdoc", ".svelte"]
28+
extensions: ['.markdoc', '.svelte'],
2929
};
3030
```
3131

0 commit comments

Comments
 (0)