简体   繁体   中英

TSDoc eslint-plugin-tsdoc ignore specific files

I have just started using TSDoc combined with TypeDoc and I love it.

I have a little problem, well, annoyance really. I want the eslint-plugin-tsdoc to ignore files that will be used to generate the api documentation, which I will be using apidocjs.com to generate for me.

In PhpStorm and command line I get warnings for these files, I would like to be able to ignore these. I have not seen any settings to allow for this.

I have excluded the api tags via typedoc.json config file, but this doesn't work for the eslint plugin, which makes sense as they are different.

Is there a setting for this?

Thanks to another question I asked, but similar we have a resolution for this question

see https://stackoverflow.com/a/66134916/9431766

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM