From 8c2ac325ad9802059e10c35b05b2e2e3f5d2af83 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 23 Oct 2023 18:46:50 -0700 Subject: [PATCH] Update `eslint` version in template installation docs This is now the version used as standard in all Arduino Tooling projects, which the "template" is intended to be used with. --- workflow-templates/check-javascript-task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow-templates/check-javascript-task.md b/workflow-templates/check-javascript-task.md index 404ad275..636967ad 100644 --- a/workflow-templates/check-javascript-task.md +++ b/workflow-templates/check-javascript-task.md @@ -31,7 +31,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co Add the dependencies by running this command: ```text -npm install --save-dev eslint@^8.51.0 eslint-config-prettier@^9.0.0 +npm install --save-dev eslint@^8.52.0 eslint-config-prettier@^9.0.0 npx install-peerdeps --dev eslint-config-airbnb-base ```