microsoft / tsdoc

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

ESLint flat configurations? #374

Open Scc33 opened 2 months ago

Scc33 commented 2 months ago

ESLint v9 has rolled out flat configs.

I didn't see this plugin listed in their tracker (https://github.com/eslint/eslint/issues/18093) nor do I see any documentation for how to use this plugin in a flat config.

Was wondering if that was supported by this project or if there are plans to support it.

ssbarnea commented 2 months ago

Clearly documentation needs to be updated to cover for eslint v9. I do have a WIP on https://github.com/ansible/vscode-ansible/pull/1223 which enables tsdoc plugin and one rule but I am wondering which is correct way to do it.

My expectation was that I would not need to define the extra tsdoc/syntax rule in order to enable it and instead of make use of extends to enable them.