Skip to content

tools: fix update-eslint.sh

The script currently assumes that there is a package.json in eslint-tmp. If there isn't the logic of the script fails. This adds a call to npm init --yes ensuring there is a package.json and that the script can do it's thing.

Merge request reports

Loading