From 12f58c967e5ff6a08d4230c44f816340d20a6c16 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Thu, 11 Nov 2021 07:37:14 +0100 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index d743b9cf5..8b48e39f1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -13,5 +13,13 @@ "sourceType": "module" }, "extends": ["eslint:recommended", "plugin:jsdoc/recommended", "plugin:prettier/recommended"], - "plugins": ["jsdoc", "prettier"] -} + "plugins": ["jsdoc", "prettier"], + "rules": { + "jsdoc/check-indentation": 0, + "jsdoc/check-alignment": 0, + "jsdoc/check-line-alignment": 0, + "jsdoc/multiline-blocks": 0, + "jsdoc/newline-after-description": 0, + "jsdoc/tag-lines": 0 + } +}