Skip to content

Commit

Permalink
Merge pull request #545 from arduino/dependabot/npm_and_yarn/eslint-c…
Browse files Browse the repository at this point in the history
…onfig-prettier-10.0.1

Bump eslint-config-prettier from 9.1.0 to 10.0.1
  • Loading branch information
per1234 authored Jan 15, 2025
2 parents ade4ebb + c695003 commit 28e34ab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ajv-formats": "^3.0.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"github-label-sync": "2.3.1",
"markdown-link-check": "^3.12.2",
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/check-javascript-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
Add the dependencies by running this command:

```text
npm install --save-dev eslint@^8.57.0 eslint-config-prettier@^9.1.0
npm install --save-dev eslint@^8.57.0 eslint-config-prettier@^10.0.1
npx install-peerdeps --dev eslint-config-airbnb-base
```

Expand Down

0 comments on commit 28e34ab

Please sign in to comment.