eslint-config-xo-typescript icon indicating copy to clipboard operation
eslint-config-xo-typescript copied to clipboard

eslint-plugin-tsdoc

Open jonahsnider opened this issue 5 years ago • 2 comments

Should this configuration enforce Microsoft's eslint-plugin-tsdoc plugin?

This ESLint plugin provides a rule for validating that TypeScript doc comments conform to the TSDoc specification.

jonahsnider avatar Oct 04 '20 09:10 jonahsnider

Yes, eventually, but I don't think it makes sense until the TSDoc spec is stable. Right now it's just a draft.

sindresorhus avatar Oct 11 '20 13:10 sindresorhus

tsdoc is not configurable. I'd suggest just using the jsdoc plugin and set types: false in the config: https://www.npmjs.com/package/eslint-plugin-jsdoc

fregante avatar Mar 06 '24 01:03 fregante