xojs / eslint-config-xo-typescript

ESLint shareable config for TypeScript to be used with eslint-config-xo
MIT License
171 stars 25 forks source link

eslint-plugin-tsdoc #30

Open jonahsnider opened 4 years ago

jonahsnider commented 4 years ago

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.

sindresorhus commented 4 years ago

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

fregante commented 8 months ago

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