Skip to content

Commit 81396ca

Browse files
committed
format
1 parent 023ce8a commit 81396ca

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/create-svelte/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ You can also use `create-svelte` programmatically:
1616
import { create } from 'create-svelte';
1717

1818
await create('my-new-app', {
19-
name: 'my-new-app',
20-
template: 'default', // or 'skeleton'
21-
types: 'checkjs', // or 'typescript' or null;
22-
prettier: false,
23-
eslint: false,
24-
playwright: false
19+
name: 'my-new-app',
20+
template: 'default', // or 'skeleton'
21+
types: 'checkjs', // or 'typescript' or null;
22+
prettier: false,
23+
eslint: false,
24+
playwright: false
2525
});
2626
```
2727

2828
`checkjs` means your project will use TypeScript to typecheck JavaScript via [JSDoc comments](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html).
2929

3030
## License
3131

32-
[MIT](../../LICENSE).
32+
[MIT](../../LICENSE).

0 commit comments

Comments
 (0)