chore(deps): update dependency eslint-plugin-json to v4 (#874)

| 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>
This commit is contained in:
renovate[bot] 2024-11-08 09:43:25 +00:00 committed by GitHub
parent c884ed2ba3
commit 205c9ef954
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -38,7 +38,7 @@ module.exports = {
},
{
files: ['*.json'],
extends: ['plugin:json/recommended', 'prettier'],
extends: ['plugin:json/recommended-legacy', 'prettier'],
},
],
};