From 64a4cf779950075aa14a268473398669d7a6dec2 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Tue, 16 Jan 2018 22:36:00 +1100 Subject: [PATCH] Remove ESLint JSDoc checks, for now (#4510) --- .eslintrc.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 593ead98c86dc4..1322806281c15f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,7 +3,6 @@ "parser": "babel-eslint", "extends": [ "wordpress", - "plugin:wordpress/jsdoc", "plugin:react/recommended", "plugin:jsx-a11y/recommended", "plugin:jest/recommended" @@ -181,13 +180,5 @@ "valid-jsdoc": [ "error", { "requireReturn": false } ], "valid-typeof": "error", "yoda": "off" - }, - "overrides": [ - { - "files": [ "{blocks,components,date,editor,element,i18n,data,utils}/**/test/*.js" ], - "rules": { - "require-jsdoc": "off" - } - } - ] + } }