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.
2 parents 2db593b + cf8c5d8 commit ce1fee9Copy full SHA for ce1fee9
.npmignore
@@ -27,4 +27,6 @@ coverage/
27
.rts2_cache_cjs/
28
.rts2_cache_es/
29
.rts2_cache_umd/
30
-dist/*.d.ts
+
31
+# Github
32
+.github/
.remarkrc
@@ -0,0 +1,6 @@
1
+{
2
+ "plugins": [
3
+ "remark-preset-lint-recommended",
4
+ ["remark-lint-list-item-indent", "space"]
5
+ ]
6
+}
0 commit comments