From b461bdbb5524029244887e5d63205cd6d99f15d7 Mon Sep 17 00:00:00 2001 From: per1234 Date: Sun, 24 Sep 2023 22:48:20 -0700 Subject: [PATCH] Update `eslint-config-prettier` 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 4c594476..b76ef732 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.45.0 eslint-config-prettier@^8.8.0 +npm install --save-dev eslint@^8.45.0 eslint-config-prettier@^9.0.0 npx install-peerdeps --dev eslint-config-airbnb-base ```