You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to be able to configure TODOs to ignore certain rules that we don't want to defer, such as prettier. This could be done by adding a new section to .lint-todorc, such as excludedRuleIds. This would cause the --update-todo flag to skip creation of TODOs for any rule ids configured there. I'm not sure it should have an impact on --clean-todo, as other config options like expiration dates don't invalidate TODOs that already exist.
The text was updated successfully, but these errors were encountered:
It would be great to be able to configure TODOs to ignore certain rules that we don't want to defer, such as
prettier
. This could be done by adding a new section to.lint-todorc
, such asexcludedRuleIds
. This would cause the--update-todo
flag to skip creation of TODOs for any rule ids configured there. I'm not sure it should have an impact on--clean-todo
, as other config options like expiration dates don't invalidate TODOs that already exist.The text was updated successfully, but these errors were encountered: