Skip to content

Commit 847d6ce

Browse files
authored
Merge pull request #624 from arduino/dependabot/npm_and_yarn/eslint-config-prettier-10.1.8
Bump eslint-config-prettier from 10.1.5 to 10.1.8
2 parents 682bb24 + 1b1bb2b commit 847d6ce

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

package-lock.json

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ajv-formats": "^3.0.1",
55
"eslint": "^8.57.0",
66
"eslint-config-airbnb-base": "^15.0.0",
7-
"eslint-config-prettier": "^10.1.5",
7+
"eslint-config-prettier": "^10.1.8",
88
"eslint-plugin-import": "^2.32.0",
99
"github-label-sync": "3.0.0",
1010
"markdown-link-check": "^3.13.7",

workflow-templates/check-javascript-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Commit the resulting changes to the `go.mod` and `go.sum` files.
5353
Add the dependencies by running this command:
5454

5555
```text
56-
npm install --save-dev eslint@^8.57.0 eslint-config-prettier@^10.1.3
56+
npm install --save-dev eslint@^8.57.0 eslint-config-prettier@^10.1.8
5757
npx install-peerdeps --dev eslint-config-airbnb-base
5858
```
5959

0 commit comments

Comments
 (0)