From e8af27962eac56f25c3766373d9ff5597fdbf3d8 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Sat, 15 Feb 2020 11:29:49 -0800 Subject: [PATCH] remove some unneeded directives --- .eslintrc.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 35efafbde5a..a6e42b5d127 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -98,10 +98,6 @@ "jsdoc/newline-after-description": 0, "jsdoc/no-types": 0, "jsdoc/no-undefined-types": 0, - "jsdoc/require-description": 0, - "jsdoc/require-description-complete-sentence": 0, - "jsdoc/require-example": 0, - "jsdoc/require-hyphen-before-param-description": 0, "jsdoc/require-jsdoc": 0, "jsdoc/require-param": 0, "jsdoc/require-param-description": 0, -- GitLab