Nathan Diddle
Nathan Diddle
Could not reproduce on v4.4.3 using the following settings. Might not be a bad idea to include your settings. ``` javascript "rules": { "jsdoc/check-param-names": 2, "jsdoc/check-tag-names": 2, "jsdoc/require-hyphen-before-param-description": 2, "jsdoc/require-param":...
If you wanted to define a fixed width array, you could do it like this: ``` javascript const myArraySchema = new Schema([ { type: String, required: true }, { type:...
To be clear, this is what you are proposing, yes? Current ``` "rewrap.wrappingColumn": 50, // This is a comment that will wrap at n chars and | // go to...