Skip to content

Commit b531440

Browse files
chore(prettier): remove prose wrap
1 parent 760a74e commit b531440

4 files changed

Lines changed: 10 additions & 18 deletions

File tree

.prettierrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"singleQuote": false,
33
"semi": true,
4-
"trailingComma": "es5"
4+
"trailingComma": "es5",
5+
"proseWrap": "never"
56
}

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SolidJS version of `react-markdown`
22

3-
The implementation is 90% shamelessly copied from
4-
https://github.com/remarkjs/react-markdown.
3+
The implementation is 90% shamelessly copied from https://github.com/remarkjs/react-markdown.
54

65
Changes include:
76

example/README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
## Usage
22

3-
Those templates dependencies are maintained via [pnpm](https://pnpm.io) via
4-
`pnpm up -Lri`.
3+
Those templates dependencies are maintained via [pnpm](https://pnpm.io) via `pnpm up -Lri`.
54

6-
This is the reason you see a `pnpm-lock.yaml`. That being said, any package
7-
manager will work. This file can be safely be removed once you clone a template.
5+
This is the reason you see a `pnpm-lock.yaml`. That being said, any package manager will work. This file can be safely be removed once you clone a template.
86

97
```bash
108
$ npm install # or pnpm install or yarn install
@@ -18,20 +16,16 @@ In the project directory, you can run:
1816

1917
### `npm dev` or `npm start`
2018

21-
Runs the app in the development mode.<br> Open
22-
[http://localhost:3000](http://localhost:3000) to view it in the browser.
19+
Runs the app in the development mode.<br> Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
2320

2421
The page will reload if you make edits.<br>
2522

2623
### `npm run build`
2724

28-
Builds the app for production to the `dist` folder.<br> It correctly bundles
29-
Solid in production mode and optimizes the build for the best performance.
25+
Builds the app for production to the `dist` folder.<br> It correctly bundles Solid in production mode and optimizes the build for the best performance.
3026

31-
The build is minified and the filenames include the hashes.<br> Your app is
32-
ready to be deployed!
27+
The build is minified and the filenames include the hashes.<br> Your app is ready to be deployed!
3328

3429
## Deployment
3530

36-
You can deploy the `dist` folder to any static host provider (netlify, surge,
37-
now, etc.)
31+
You can deploy the `dist` folder to any static host provider (netlify, surge, now, etc.)

pnpm-lock.yaml

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)