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 20c3319 commit 2a7a3aaCopy full SHA for 2a7a3aa
.remarkrc
@@ -0,0 +1,12 @@
1
+{
2
+ "plugins": [
3
+ "remark-preset-lint-recommended",
4
+ ["remark-lint-list-item-indent", false],
5
+ ["remark-lint-no-literal-urls", false],
6
+ ["remark-lint-no-shortcut-reference-link", false],
7
+ ["remark-lint-maximum-line-length", 120]
8
+ ],
9
+ "settings": {
10
+ "commonmark": true
11
+ }
12
+}
.remarkrc.json
0 commit comments