sindresorhus / eslint-plugin-unicorn

More than 100 powerful ESLint rules
MIT License
4.19k stars 361 forks source link

`expiring-todo-comments`: don't check todos in JSDoc #1012

Open PavelKoroteev opened 3 years ago

PavelKoroteev commented 3 years ago

expiring-todo-comments: don't check todos in JSDoc

// TODO some staff // // Error
/* TODO some staff */ // Error
/** TODO some staff */ // OK!
sindresorhus commented 3 years ago

Yes, that's intentional. TODO comments should not be shown to the end-user.