Skip to content

Commit

Permalink
Update eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
thsmi committed Mar 17, 2019
1 parent 4c0d7f5 commit 8b218e9
Show file tree
Hide file tree
Showing 3 changed files with 280 additions and 400 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,8 @@
"jsdoc/require-param-type": 1,
"jsdoc/require-returns-description": 1,
"jsdoc/require-returns-type": 1,
"jsdoc/require-returns-check": 1,
"jsdoc/require-returns":1,
"jsdoc/require-description": 0,
"jsdoc/require-example": 0,
"jsdoc/require-hyphen-before-param-description": 0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"electron": "^4.0.0",
"electron-packager": "^13.0.1",
"eslint": "^5.10.0",
"eslint-plugin-jsdoc": "^3.14.0",
"eslint-plugin-jsdoc": "^4.1.0",
"gulp": "^4.0.0",
"gulp-zip": "^4.2.0",
"jquery": "^3.3.1",
Expand All @@ -34,4 +34,4 @@
"url": "https://github.com/thsmi/sieve/issues"
},
"homepage": "https://github.com/thsmi/sieve#readme"
}
}
Loading

0 comments on commit 8b218e9

Please sign in to comment.