Skip to content

Commit 6b42398

Browse files
authored
Merge pull request #574 from arduino/dependabot/npm_and_yarn/eslint-config-prettier-10.1.2
Bump eslint-config-prettier from 10.1.1 to 10.1.2
2 parents 5ff832b + fa8694b commit 6b42398

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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.1",
7+
"eslint-config-prettier": "^10.1.2",
88
"eslint-plugin-import": "^2.31.0",
99
"github-label-sync": "3.0.0",
1010
"markdown-link-check": "^3.13.7",

workflow-templates/check-javascript-task.md

+1-1
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.57.0 eslint-config-prettier@^10.1.1
34+
npm install --save-dev eslint@^8.57.0 eslint-config-prettier@^10.1.2
3535
npx install-peerdeps --dev eslint-config-airbnb-base
3636
```
3737

0 commit comments

Comments
 (0)