From ac9155e703083b3d3db49b50af25fc855f658682 Mon Sep 17 00:00:00 2001 From: Jordan Oroshiba Date: Thu, 19 Oct 2023 14:21:36 -0700 Subject: [PATCH] minor --- .eslintrc.js | 4 ++++ 1 file changed, 4 insertions(+) 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", } },