We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c599ed commit a3ef871Copy full SHA for a3ef871
eslint.config.mjs
@@ -26,7 +26,8 @@ export default [
26
rules: {
27
...markdown.configs.recommended[0].rules,
28
'markdown/heading-increment': 'off', // allow headings to skip levels
29
- 'markdown/fenced-code-language': 'off' // allow code blocks w/ no language specified
+ 'markdown/fenced-code-language': 'off', // allow code blocks w/ no language specified
30
+ 'markdown/no-missing-label-refs': 'off' // allow missing label references
31
}
32
},
33
{ files: ['**/*.yaml, **/*.yml'], ...eslintPluginYml.configs['flat/standard'][1] }
0 commit comments