We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b237f commit a473e12Copy full SHA for a473e12
.markdownlint-cli2.jsonc
@@ -24,9 +24,8 @@
24
/* MD009 - Trailing spaces */
25
"no-trailing-spaces": true,
26
27
- // FIXME: enable and configure?
28
/* MD010 - Hard tabs */
29
- "no-hard-tabs": false,
+ "no-hard-tabs": true,
30
31
/* MD011 - Reversed link syntax */
32
"no-reversed-links": true,
javascript/README.md
@@ -27,11 +27,11 @@
- Use [Prettier defaults](https://prettier.io/docs/en/options.html) with the following additional configuration (.prettierrc):
- ```json
- {
- "singleQuote": true
33
- }
34
- ```
+ ```json
+ {
+ "singleQuote": true
+ }
+ ```
35
36
This configuration includes:
37
- Use semicolons at the end of each statement ([sample](/javascript/sample.js#L5))
0 commit comments