<!-- NOTE 1: It would help if you can first scan the issue tracker before submitting a new issue: https://github.com/gajus/eslint-plugin-jsdoc/issues NOTE 2: If this is a feature specifically related to the parsing of types, e.g., supporting `some-new+type-syntax` (within curly brackets) in: /** * @param {some-new+type-syntax} myName */ ...then please file instead at https://github.com/simonseyock/jsdoc-type-pratt-parser/issues/ --> ## Motivation Add a rule to check does record types (objects, typedefs, etc.) have trailing comma in the last line. <!-- What would be the purpose of this new feature? --> ## Current behavior Trailing commas are not validated. <!-- If this is to enhance an existing rule, how does the rule currently behave in regard to the new changes? --> ## Desired behavior Add a rule similar to existing rule in ESLint Stylistic https://eslint.style/rules/comma-dangle <!-- What would you like to see happen instead? --> ## Alternatives considered <!-- For any alternatives you have considered -->