* Fix error * Attempt to fix that error * Remove debugging code * fix: Update path of lint-translation script * fix: Update conditional guard clause The conditional compared an array to a string using strict equality, so it was never going to be true. This change makes sure we return early when there are no changes. * fix: Exit early when there are no files to lint * refactor: Filter files to reset in plain javascript As opposed to doing it in bash. * Update tests/linting/lint-files.js Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com> * Update tests/linting/lint-files.js Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com> * Update script/i18n/lint-translation-files.js Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com> Co-authored-by: Francis <15894826+francisfuzz@users.noreply.github.com>