Skip to content

Commit cf8c5d8

Browse files
committed
docs(readme): make readme friendly to newcomers
1 parent 2db593b commit cf8c5d8

File tree

4 files changed

+217
-91
lines changed

4 files changed

+217
-91
lines changed

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ coverage/
2727
.rts2_cache_cjs/
2828
.rts2_cache_es/
2929
.rts2_cache_umd/
30-
dist/*.d.ts
30+
31+
# Github
32+
.github/

.remarkrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"plugins": [
3+
"remark-preset-lint-recommended",
4+
["remark-lint-list-item-indent", "space"]
5+
]
6+
}

0 commit comments

Comments
 (0)