Update biome config: find out how to configure the linting rules so it is compliant to the formatting lerna is doing
run biome before pushing to github. For this we will pass the --no-push to lerne, run the biome lint command, commit the changes and push them to main.
When lerna is publishing a new release, it will update the
package.json
files and push it to github. Unfortunately the changes are not aligned with our biome config so the CI run after this will fail, see https://github.com/openwallet-foundation-labs/sd-jwt-js/actions/runs/9170609357/job/25213207873There are two options:
--no-push
to lerne, run the biome lint command, commit the changes and push them to main.