diff --git a/.eslintrc.js b/.eslintrc.js index fe278735..85f4fcfe 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -28,6 +28,10 @@ module.exports = { code_block_line_length: 120, tables: false }], + 'markdownlint/md024': [ 'error', { + allow_different_nesting: true + } + ], 'markdownlint/md032': "off", } },