Skip to content

Commit

Permalink
Revert "pre-commit: add eslint-plugin-jsdoc"
Browse files Browse the repository at this point in the history
This reverts commit b1a0145.
  • Loading branch information
JoergAtGithub committed Jan 1, 2022
1 parent ee35919 commit 7d1214d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"extends": ["eslint:recommended", "plugin:jsdoc/recommended"],
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 7,
"sourceType": "script"
},
"env": {
"es6": true
},
"plugins": ["jsdoc"],
"rules": {
"array-bracket-spacing" : "warn",
"block-spacing": "warn",
Expand Down
2 changes: 0 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ repos:
stages:
- commit
- manual
additional_dependencies:
- eslint-plugin-jsdoc@^v37.4.0
- repo: local
hooks:
- id: clang-format
Expand Down

0 comments on commit 7d1214d

Please sign in to comment.