Skip to content

Commit

Permalink
Chore: switch to eslint-plugin-jsdoc (refs eslint#11146)
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Dec 1, 2018
1 parent 5d451c5 commit 6332364
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -87,6 +87,7 @@
"dateformat": "^3.0.3",
"ejs": "^2.6.1",
"eslint-plugin-eslint-plugin": "^1.4.1",
"eslint-plugin-jsdoc": "^3.9.1",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-rulesdir": "^0.1.0",
"eslint-release": "^1.2.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/eslint-config-eslint/default.yml
@@ -1,6 +1,9 @@
extends:
- "eslint:recommended"
- "plugin:node/recommended"
- "plugin:jsdoc/recommended"
plugins:
- "jsdoc"
rules:
array-bracket-spacing: "error"
array-callback-return: "error"
Expand Down
3 changes: 2 additions & 1 deletion packages/eslint-config-eslint/package.json
Expand Up @@ -23,7 +23,8 @@
"js-yaml": "^3.5.1"
},
"peerDependencies": {
"eslint-plugin-node": "^6.0.1 || ^7.0.1 || ^8.0.0"
"eslint-plugin-node": "^6.0.1 || ^7.0.1 || ^8.0.0",
"eslint-plugin-jsdoc": "^3.9.1"
},
"keywords": [
"eslintconfig",
Expand Down

0 comments on commit 6332364

Please sign in to comment.