Skip to content

Commit e6fc0ce

Browse files
committed
Update eslint version in "Check JavaScript" 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 99514c5 commit e6fc0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-templates/check-javascript-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
3131
Add the dependencies by running this command:
3232

3333
```text
34-
npm install --save-dev eslint@^8.38.0 eslint-config-prettier@^8.8.0
34+
npm install --save-dev eslint@^8.39.0 eslint-config-prettier@^8.8.0
3535
npx install-peerdeps --dev eslint-config-airbnb-base
3636
```
3737

0 commit comments

Comments
 (0)