Skip to content
Snippets Groups Projects
Verified Commit 83ef62f2 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

feat: Update dependencies and improve Updater class structure

Summary of changes
- Added `prettier` as a devDependency in both `package.json` and `package-lock.json` to maintain code formatting standards.
- Reorganized import statements in `updater.mjs` for better readability and consistency.
- Enhanced the Updater class methods by refining spaces and indentation for improved code clarity.
- Introduced a new helper function `parseIntArray` for parsing integer arrays, cleaning up `retrieveAndSetValue` function.

Changes
- Updated `package.json` and `package-lock.json` to include the latest version of `prettier`.
- Reformatted multiple sections in `updater.mjs` to adhere to a consistent style, making future edits easier and reducing visual clutter.
- Improved logic readability in `retrieveAndSetValue` by delegating array parsing to the new `parseIntArray` function.
parent 655e26fc
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment