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
Remove comments ignoring ESLint rules or TypeScript errors, fixing the issues they were covering.
Why
Spike code was using these comments as a way to not be slowed down by linting/TypeScript. Production code should follow our linting practices and have the code type-checked.
Who needs to work on this
Developers
Who needs to review this
Developers
Done when
The code no longer contains comments disabling ESLint rules or TypeScript errors
The code has no linting or type errors
The text was updated successfully, but these errors were encountered:
What
Remove comments ignoring ESLint rules or TypeScript errors, fixing the issues they were covering.
Why
Spike code was using these comments as a way to not be slowed down by linting/TypeScript. Production code should follow our linting practices and have the code type-checked.
Who needs to work on this
Developers
Who needs to review this
Developers
Done when
The text was updated successfully, but these errors were encountered: