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 May 23, 2019
1 parent 15c6c63 commit 9c25de8
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 @@ -100,6 +100,7 @@
"eslint-config-eslint": "file:packages/eslint-config-eslint",
"eslint-plugin-eslint-plugin": "^2.0.1",
"eslint-plugin-internal-rules": "file:tools/internal-rules",
"eslint-plugin-jsdoc": "^6.0.2",
"eslint-plugin-node": "^9.0.0",
"eslint-release": "^1.2.0",
"eslump": "^2.0.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 @@ -20,7 +20,8 @@
"homepage": "https://eslint.org",
"bugs": "https://github.com/eslint/eslint/issues/",
"peerDependencies": {
"eslint-plugin-node": "^9.0.0"
"eslint-plugin-node": "^9.0.0",
"eslint-plugin-jsdoc": "^6.0.2"
},
"keywords": [
"eslintconfig",
Expand Down

0 comments on commit 9c25de8

Please sign in to comment.