Skip to content

eslint: remove react/prop-types from the warnings

With TypeScript definitions for properties and state, the prop-types are much less useful. Considering that they should disappear in the long tail (once all the code has been migrated over to TypeScript), we can already disable the warning rule that spams the CI console. This removes around 331 warnings.

Merge request reports