We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53e97b commit 506519aCopy full SHA for 506519a
chrome-extension/.prettierrc
@@ -25,6 +25,12 @@
25
"options": {
26
"parser": "html"
27
}
28
+ },
29
+ {
30
+ "files": "*.md",
31
+ "options": {
32
+ "parser": "markdown"
33
+ }
34
35
]
36
chrome-extension/README.md
@@ -2,10 +2,10 @@
2
3
This repository contains the source code of the SimplePDF Chrome Extension
4
5
-
6
## How to package the extension (for release)
7
8
Run the following command:
+
9
```
10
npm run package
11
-```
+```
0 commit comments