diff --git a/lint-staged.config.js b/lint-staged.config.js index a41455f949..d5f63c77bf 100644 --- a/lint-staged.config.js +++ b/lint-staged.config.js @@ -5,4 +5,5 @@ module.exports = { 'printf "%s\n" "Translation files should not be added or modified here. Instead, make the necessary modifications in src/translations/en.json. Other languages are managed externally. Please see https://developers.home-assistant.io/docs/translations/ for details." ' + files.join(" ") + " >&2 && exit 1", + "/yarn.lock": () => "yarn dedupe", };