Skip to content

Commit 506519a

Browse files
committed
fix: formatting
1 parent b53e97b commit 506519a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

chrome-extension/.prettierrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
"options": {
2626
"parser": "html"
2727
}
28+
},
29+
{
30+
"files": "*.md",
31+
"options": {
32+
"parser": "markdown"
33+
}
2834
}
2935
]
3036
}

chrome-extension/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
This repository contains the source code of the SimplePDF Chrome Extension
44

5-
65
## How to package the extension (for release)
76

87
Run the following command:
8+
99
```
1010
npm run package
11-
```
11+
```

0 commit comments

Comments
 (0)