Skip to content

eslint: Activate prefer-const rule and apply fixes

Ensure to declare a variable with const when it is not reassigned.


Migrated from D5953 (view on Phabricator)

Merge request reports