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 686b26c commit 3cab220Copy full SHA for 3cab220
.config/.remarkrc
@@ -0,0 +1,6 @@
1
+{
2
+ "plugins": [
3
+ "remark-preset-lint-recommended",
4
+ ["remark-lint-list-item-indent", "space"]
5
+ ]
6
+}
.config/.yamllint
@@ -0,0 +1,14 @@
+---
+extends: default
+
+ignore: |
+ vendor/
7
+rules:
8
+ brackets:
9
+ max-spaces-inside: 1
10
+ document-start: disable
11
+ line-length:
12
+ level: warning
13
+ max: 120
14
+ truthy: {allowed-values: ["true", "false", "on"]}
0 commit comments