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
We can merge todo-keywords and todo-pattern in favor of just having todo-pattern. It's easy enough to have people write "TODO|todo|FIXME", especially if it's documented that way.
Add following code style rules:
no-todo
: prevent usage of TODO comments in code (error | warn | info | off).todo-pattern
: RegEx pattern to detect a TODO. Default:TODO|todo|FIXME
The text was updated successfully, but these errors were encountered: