Skip to content

ci: Add --fix flag to eslint

dcz requested to merge dcz/gnome-shell:esfix into main

Running ./.gitlab-ci/run-eslint gives messages like:

64 errors and 0 warnings potentially fixable with the --fix option.

but before this change, --fix would not actually do anything.


I am sure I'm not the only fan of fixing things automatically rather than manually. This change saved me from making 64 boring manual adjustments, and who knows how many it will save for other people in the future.

Merge request reports