forked from sinara-hw/assembly
14 lines
206 B
JSON
14 lines
206 B
JSON
|
{
|
||
|
"devDependencies": {
|
||
|
"markdownlint-cli2": "^0.14.0"
|
||
|
},
|
||
|
"markdownlint-cli2": {
|
||
|
"config": {
|
||
|
"line_length": {
|
||
|
"line_length": 120,
|
||
|
"code_blocks": false
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|