I think it will be helpful to provide context on why we recommend these configurations. In `base.json` ```.json { "default": true, "no-inline-html": false, "no-bare-urls": false, "no-blanks-blockquote": false, "fenced-code-language": true } ``` In `accessibility.json` ```.json { "no-alt-text": true, "no-default-alt-text": true, "no-duplicate-header": true, "no-emphasis-as-header": true, "no-generic-link-text": true, "no-space-in-links": false, "ol-prefix": "ordered", "single-h1": true, "ul-style": true } ``` Some of these are somewhat obvious, while others are less so.