Skip to content

Commit

Permalink
some md lint rules disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhalasz committed Mar 6, 2024
1 parent 1b76a7c commit 08a2df8
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 4 deletions.
92 changes: 92 additions & 0 deletions .markdownlint.jsonc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
<<<<<<< HEAD
// Example markdownlint JSON(C) configuration with all properties set to their default value

// Default state for all rules
Expand Down Expand Up @@ -247,4 +248,95 @@
// Code fence style
"style": "consistent"
}
=======
"default": true,

"MD001": true,
"MD003": {
"style": "consistent"
},
"MD004": {
"style": "consistent"
},
"MD005": true,
"MD007": false,
"MD009": false,
"MD010": false,
"MD011": true,
"MD012": {
"maximum": 1
},
"MD013": {
"line_length": 120,
"heading_line_length": 80,
"code_block_line_length": 80,
"code_blocks": false,
"tables": false,
"headings": true,
"strict": false,
"stern": false
},
"MD014": true,
"MD018": true,
"MD019": true,
"MD020": true,
"MD021": true,
"MD022": {
"lines_above": 1,
"lines_below": 1
},
"MD023": true,
"MD024": {
"allow_different_nesting": true,
"siblings_only": true
},
"MD025": {
"level": 1,
"front_matter_title": "^\\s*title\\s*[:=]"
},
"MD026": {
"punctuation": ".,;:!。,;:!"
},
"MD027": true,
"MD028": true,
"MD029": {
"style": "one_or_ordered"
},
"MD030": {
"ul_single": 1,
"ol_single": 1,
"ul_multi": 1,
"ol_multi": 1
},
"MD031": {
"list_items": true
},
"MD032": true,
"MD033": {
"allowed_elements": [
"summary",
"details",
"br",
"strong",
"code",
"a",
"sup"
]
},
"MD034": true,
"MD035": {
"style": "consistent"
},
"MD036": {
"punctuation": ".,;:!?。,;:!?"
},
"MD037": true,
"MD038": true,
"MD039": true,
"MD040": false,
"MD041": false,
"MD042": true,
"MD043": false,
"MD044": false
>>>>>>> 59bffb5 (unnecessary md rules disabled)
}
8 changes: 4 additions & 4 deletions 02-just-enough-dom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ humans to know the file's purpose:

```
/exercise-name
/index.html
/script.js
/script.re.js
/styles.css
/index.html
/script.js
/script.re.js
/styles.css
```

0 comments on commit 08a2df8

Please sign in to comment.