Skip to content

Commit

Permalink
Remove ESLint JSDoc checks, for now (#4510)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb committed Jan 16, 2018
1 parent f4fb4ad commit 64a4cf7
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"parser": "babel-eslint",
"extends": [
"wordpress",
"plugin:wordpress/jsdoc",
"plugin:react/recommended",
"plugin:jsx-a11y/recommended",
"plugin:jest/recommended"
Expand Down Expand Up @@ -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"
}
}
]
}
}

0 comments on commit 64a4cf7

Please sign in to comment.