debian-image-builder-frontend/src/test/Components
lucasgarfield 4000b8d5e5 ESLint: Add prefer-const rule
Require const declarations for variables that are never reassigned after
being declared. If a variable is never reassigned, using the const
declaration is better. const declaration tells readers, “this variable
is never reassigned,” reducing cognitive load and improving
maintainability.
2023-02-10 11:37:06 +01:00
..
CreateImageWizard ESLint: Add prefer-const rule 2023-02-10 11:37:06 +01:00
ImagesTable ESLint: Add prefer-const rule 2023-02-10 11:37:06 +01:00
LandingPage ESLint: Use --fix with updated rules to order imports 2022-12-02 16:29:58 +01:00
ShareImageModal Do not append extra / in resolveRelPath 2023-01-12 15:41:26 +01:00