mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-24 01:40:13 +01:00
Update MD010/no-hard-tabs to add ignore_code_languages parameter (fixes #383).
This commit is contained in:
parent
0f845e9ba1
commit
b447c809bd
9 changed files with 112 additions and 3 deletions
10
test/code-block-with-language-allowed.json
Normal file
10
test/code-block-with-language-allowed.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"default": true,
|
||||
"MD010": {
|
||||
"ignore_code_languages": [
|
||||
"js",
|
||||
"text"
|
||||
]
|
||||
},
|
||||
"MD046": false
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue