gonzales-pe icon indicating copy to clipboard operation
gonzales-pe copied to clipboard

Fix JSDoc

Open tonyganch opened this issue 8 years ago • 2 comments

Almost all comments in parse.js files seem to be outdated.

tonyganch avatar May 15 '16 11:05 tonyganch

Hey @tonyganch - I've started looking at unifying the code style across the syntaxes and after doing a diff I'm happy to say that the majority of the diffs are with the JSDoc.

It would be great if we could get this sorted, sass seems to have the latest? - if you need any help give me a shout!

bgriffith avatar Nov 22 '16 11:11 bgriffith

You could adopt ESLint-Plugin-JSDoc.

  • https://github.com/gajus/eslint-plugin-jsdoc

I have documented my rules here:

  • https://github.com/tjw-lint/eslint-config-tjw-jsdoc

Which look like this when in use:

  • https://github.com/nwutils/create-desktop-shortcuts/blob/main/index.js#L10

TheJaredWilcurt avatar Aug 15 '21 01:08 TheJaredWilcurt