10000
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 fea5ac2 commit 192c6a3Copy full SHA for 192c6a3
.remarkrc
@@ -0,0 +1,11 @@
1
+{
2
+ "remarkConfig": {
3
+ "plugins": [
4
+ "remark-preset-lint-recommended",
5
+ [
6
+ "remark-lint-list-item-indent",
7
+ "space"
8
+ ]
9
10
+ }
11
+}
package.json
@@ -18,15 +18,6 @@
18
"generate-docs": "typedoc --excludeNotDocumented --out docs src",
19
"prepublishOnly": "npm run build"
20
},
21
- "remarkConfig": {
22
- "plugins": [
23
- "remark-preset-lint-recommended",
24
- [
25
- "remark-lint-list-item-indent",
26
- "space"
27
- ]
28
29
- },
30
"files": [
31
"dist",
32
"bundles"
0 commit comments