Skip to content

Make unused variable in the code an error

Tomas Vik requested to merge eslint-no-unused-vars into develop
  • removing all unused variables from the code by following the linter
  • marking swallowed errors with FIXME:
  • make exception when the unused variable is a part of an interface
Edited by Tomas Vik

Merge request reports