We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eslint
1 parent 44c04ab commit 0733494Copy full SHA for 0733494
workflow-templates/check-javascript-task.md
@@ -31,7 +31,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
31
Add the dependencies by running this command:
32
33
```text
34
-npm install --save-dev eslint@^8.56.0 eslint-config-prettier@^9.1.0
+npm install --save-dev eslint@^8.57.0 eslint-config-prettier@^9.1.0
35
npx install-peerdeps --dev eslint-config-airbnb-base
36
```
37
0 commit comments