debian-image-builder-frontend/src/Components/CreateImageWizard/formComponents
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
..
ActivationKeyInformation.js Wizard: Add activation key information in Registration step 2022-12-14 10:31:54 +01:00
ActivationKeys.js ESLint: Use --fix with updated rules to order imports 2022-12-02 16:29:58 +01:00
AzureAuthButton.js ESLint: Use --fix with updated rules to order imports 2022-12-02 16:29:58 +01:00
CentOSAcknowledgement.js ESLint: Use --fix with updated rules to order imports 2022-12-02 16:29:58 +01:00
CustomButtons.js ESLint: Use --fix with updated rules to order imports 2022-12-02 16:29:58 +01:00
FileSystemConfigButtons.js ESLint: Use --fix with updated rules to order imports 2022-12-02 16:29:58 +01:00
FileSystemConfiguration.js ESLint: Add prefer-const rule 2023-02-10 11:37:06 +01:00
ImageOutputReleaseSelect.js Wizard: Update order of releases on the Image output step 2023-01-25 14:21:18 +01:00
MountPoint.js ESLint: Add prefer-const rule 2023-02-10 11:37:06 +01:00
Packages.js ESLint: Add prefer-const rule 2023-02-10 11:37:06 +01:00
RadioWithPopover.js ESLint: Use --fix with updated rules to order imports 2022-12-02 16:29:58 +01:00
RegistrationKeyInformation.js Wizard: Add activation key information in Registration step 2022-12-14 10:31:54 +01:00
Repositories.js Wizard: Clarify variable names and comments in requestToState() 2023-01-06 10:29:27 +01:00
ReviewStep.js Wizard: Update order of releases on the Image output step 2023-01-25 14:21:18 +01:00
SizeUnit.js ESLint: Use --fix with updated rules to order imports 2022-12-02 16:29:58 +01:00
TargetEnvironment.js ESLint: Use --fix with updated rules to order imports 2022-12-02 16:29:58 +01:00