microsoft / tsdoc

A doc comment standard for TypeScript
https://tsdoc.org/
MIT License
4.71k stars 131 forks source link

Any plans for adding fixers to the eslint plugin rule? #282

Open ramya-rao-a opened 3 years ago

ramya-rao-a commented 3 years ago

First off, thanks for the eslint plugin that provides the rule to check for valid TS Doc comments as per the TSDoc spec.

We recently adapted the plugin, but manually fixing thousands of lines of code is painful even if we come up with fancy regexes. Are there any plans to add fixers to fix any of the invalid syntax?

Even if the infrastructure to fix 1 simple invalid syntax is put in place, we can help add the rest following the format.