From 975aeff672e5afe9ffd6082dad8f1ea324c6b3cd Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Wed, 4 Jan 2023 10:17:24 +0100 Subject: [PATCH] fixup! tools: make update-eslint.sh work with npm@9 --- tools/update-eslint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/update-eslint.sh b/tools/update-eslint.sh index 8607c6e489fa1f..9c4b53e02c5379 100755 --- a/tools/update-eslint.sh +++ b/tools/update-eslint.sh @@ -46,8 +46,8 @@ rm -rf node_modules/eslint --install-links=false \ --no-bin-links \ --no-save \ + --omit=dev \ --omit=peer \ - --production \ eslint-plugin-jsdoc \ eslint-plugin-markdown \ @babel/core \