{ // files to lint "globs": [ "readme.md" ], // linting rules "config": { "MD013": { "line_length": 120 } } }