Skip to content

Commit bdf7c20

Browse files
committed
Update prettier-plugin-toml 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.
1 parent 56bae6a commit bdf7c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-templates/check-prettier-formatting-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ If the project contains manually maintained [TOML](https://toml.io/) language fi
107107
Add the TOML support dependencies by running this command:
108108

109109
```text
110-
npm install --save-dev prettier-plugin-toml@^2.0.2
110+
npm install --save-dev prettier-plugin-toml@^2.0.6
111111
```
112112

113113
Commit the resulting changes to the `package.json` and `package-lock.json` files.

0 commit comments

Comments
 (0)