From 6b94e39b1f8495ae14b077a5e1c47eaad448eaed Mon Sep 17 00:00:00 2001 From: Valery Bugakov Date: Tue, 13 Dec 2022 20:55:30 +0800 Subject: [PATCH] feat: disable `jsdoc/check-indentation` (#265) --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index c959b5fd..cd3c2191 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -179,7 +179,7 @@ module.exports = { 'jsdoc/require-jsdoc': 'off', 'jsdoc/require-param': 'off', 'jsdoc/no-bad-blocks': 'error', - 'jsdoc/check-indentation': 'error', + 'jsdoc/check-indentation': 'off', 'jsdoc/check-tag-names': [ 'error', {