debian-image-builder-frontend/src/Components/CreateImageWizard/validators
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
..
fileSystemConfigurationValidator.js ESLint: Add prefer-const rule 2023-02-10 11:37:06 +01:00
index.js CreateImageWizard: target env validation 2022-04-04 15:11:45 +02:00
targetEnvironmentValidator.js ESLint: Add prefer-const rule 2023-02-10 11:37:06 +01:00