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
If we add eslint rule for unused variables, we can disable those TS flags so that recompile works when debugging. Still, the codebase should not contain any unused variables because it should now be covered by eslint
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I propose we add no-unused-vars rule to @infinumjs/eslint-config-core-js.
In TS projects, we sometimes set these two compiler flags:
but that made debugging tedious.
If we add eslint rule for unused variables, we can disable those TS flags so that recompile works when debugging. Still, the codebase should not contain any unused variables because it should now be covered by
eslint
Beta Was this translation helpful? Give feedback.
All reactions