12 lines
140 B
JSON
12 lines
140 B
JSON
{
|
|
// files to lint
|
|
"globs": [
|
|
"readme.md"
|
|
],
|
|
// linting rules
|
|
"config": {
|
|
"MD013": {
|
|
"line_length": 120
|
|
}
|
|
}
|
|
}
|