/jsdoc-comma-first

JSDoc plugin providing comma first style support

Primary LanguageJavaScript

JSDoc-Comma-First

Description

jsdoc-comma-first is a plugin for JSDoc that enables comma first coding style. In comma first style, when declaring variables or properties, instead of putting the commas at the end of the line, we'll put it at the beginning of the next one. This seems to be an issue in JSDoc so I decided to provide this plugin.

How to

Just grab the plugin and configure JSDoc accordingly.