Skip to content

Commit

Permalink
chore(root): update dependency eslint-plugin-json to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
satanTime committed Jun 1, 2024
1 parent e5e5b18 commit 44864fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ overrides:
- files:
- '*.json'
extends:
- 'plugin:json/recommended'
- 'plugin:json/recommended-legacy'
- 'plugin:prettier/recommended'

- files:
Expand All @@ -244,7 +244,7 @@ overrides:
- 'tsconfig.json'
- 'tsconfig.*.json'
extends:
- 'plugin:json/recommended-with-comments'
- 'plugin:json/recommended-with-comments-legacy'
- 'plugin:prettier/recommended'

- files:
Expand Down

0 comments on commit 44864fd

Please sign in to comment.