问题
Error : [eslint] Missing JSDoc comment. (require-jsdoc) I want to disable this error from webpack config so that it will not be displayed on the console.
回答1:
I used the .eslintrc.json
file and added this under rules
"require-jsdoc" : 0
I don't use webpack. Hope this helps.
来源:https://stackoverflow.com/questions/49237035/how-to-disable-require-jsdoc-eslint-in-webpack