I would like to use "plugin:jsdoc/recommended" and be able to specify: 'off', 'warn', or 'error' for all those options with need to list them all. E.g. ` "settings": { "jsdoc": { "errorLevel": "error" //or "warn" or "off" } } `