Fix/ADF-1166/ESlint errors in utils source code #154
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related to: https://oat-sa.atlassian.net/browse/ADF-1166
Summary
Fix the ESLint error in the source code for
tao-core-utils
.Note: as the changes are pretty heavy, I split them all into several pull requests.
Details
This pull request only targets the
util/*
part of the library.The full picture can be seen from the main branch which contains all the fixes: https://github.com/oat-sa/tao-core-sdk-fe.git#fix/ADF-1166/eslint-errors
What has been made:
eslint --fix
, then adjust the changes in case by case (mostly string literals).apply()
)var
byconst
orlet
(but not in all places, only in the touched files when it was not adding too much noise)How to test
npm i
npm run lint:src
, errors and warnings coming from theutils
folder should have gone.npm run test utils
"@oat-sa/tao-core-sdk": "https://github.com/oat-sa/tao-core-sdk-fe.git#fix/ADF-1166/eslint-errors",
, then checking the unit tests and playing with TAO