Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert JSDoc plugin (#291)
This reverts commit c1f1be6.
  • Loading branch information
pvdlg authored and sindresorhus committed Jan 29, 2018
1 parent 07df074 commit 61a85cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions config/plugins.js
Expand Up @@ -16,8 +16,7 @@ module.exports = {
'unicorn',
'promise',
'import',
'node',
'jsdoc'
'node'
],
extends: [
'plugin:ava/recommended',
Expand Down Expand Up @@ -81,9 +80,6 @@ module.exports = {
// 'node/shebang': 'error',
'node/no-deprecated-api': 'error',
'node/exports-style': ['error', 'module.exports'],
'jsdoc/newline-after-description': 'warn',
'jsdoc/require-description-complete-sentence': 'warn',
'jsdoc/require-hyphen-before-param-description': 'warn',
// Disabled by default (overrides `plugin:unicorn/recommended`), will be enabled if supported by the Node.js version
'unicorn/prefer-spread': 'off',
'unicorn/no-new-buffer': 'off'
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -59,7 +59,6 @@
"eslint-formatter-pretty": "^1.0.0",
"eslint-plugin-ava": "^4.2.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jsdoc": "^3.3.1",
"eslint-plugin-no-use-extend-native": "^0.3.2",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.3.1",
Expand Down

0 comments on commit 61a85cf

Please sign in to comment.