From 8e00f5be8de2d613ed0aafcb6740b4b4792ecf3e Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Wed, 6 May 2020 08:24:45 +0200 Subject: [PATCH] remove jsdoc --- index.js | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/index.js b/index.js index 857c3d8..37b1fd4 100644 --- a/index.js +++ b/index.js @@ -44,24 +44,6 @@ module.exports = { leadingUnderscore: 'require' } ], - 'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }], - 'jsdoc/require-param-type': 'off', - 'jsdoc/require-jsdoc': 'off', - 'jsdoc/require-description': 'off', - 'jsdoc/check-alignment': 'off', - 'jsdoc/check-param-names': 'off', - 'jsdoc/check-tag-names': 'off', - 'jsdoc/check-types': 'off', - 'jsdoc/implements-on-classes': 'off', - 'jsdoc/newline-after-description': 'off', - 'jsdoc/no-undefined-types': 'off', - 'jsdoc/require-param': 'off', - 'jsdoc/require-param-description': 'off', - 'jsdoc/require-param-name': 'off', - 'jsdoc/require-returns': 'off', - 'jsdoc/require-returns-check': 'off', - 'jsdoc/require-returns-description': 'off', - 'jsdoc/require-returns-type': 'off', - 'jsdoc/valid-types': 'off' + 'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }] } }