Skip to content

Commit

Permalink
chore(deps): update dependency eslint-plugin-json to v4 (#874)
Browse files Browse the repository at this point in the history
| datasource | package            | from  | to    |
| ---------- | ------------------ | ----- | ----- |
| npm        | eslint-plugin-json | 3.1.0 | 4.0.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent c884ed2 commit 205c9ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module.exports = {
},
{
files: ['*.json'],
extends: ['plugin:json/recommended', 'prettier'],
extends: ['plugin:json/recommended-legacy', 'prettier'],
},
],
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"conventional-changelog-conventionalcommits": "8.0.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-json": "4.0.1",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"npm-run-all2": "6.2.6",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit 205c9ef

Please sign in to comment.