Disable eslint-checks for jsdoc because it is no longer supported

https://eslint.org/blog/2018/11/jsdoc-end-of-life
This commit is contained in:
Felix Hamme 2019-05-08 18:16:49 +02:00 committed by Felix Hamme
parent bd79607d98
commit 5a747cce2a
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@
"error", "error",
"single" "single"
], ],
"require-jsdoc": "off",
"valid-jsdoc": "off",
"semi": [ "semi": [
"error", "error",
"always" "always"