Skip to content

Commit

Permalink
fix: revert eslint-plugin-json upgrade from v4 to v3 for eslint v8 co…
Browse files Browse the repository at this point in the history
…mpatibility

Revert "fix(deps): update dependency eslint-plugin-json to v4"

This reverts commit 5c3ee8b.
  • Loading branch information
michaeljaltamirano committed Aug 3, 2024
1 parent b803df0 commit b2fc2f7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
"plugin:import/recommended",
"plugin:import/typescript",
"plugin:jest/recommended",
"plugin:json/recommended-legacy",
"plugin:json/recommended",
"plugin:node/recommended",
"plugin:prettier/recommended",
"plugin:sonarjs/recommended-legacy",
Expand Down
2 changes: 1 addition & 1 deletion legacy.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
"plugin:import/recommended",
"plugin:import/typescript",
"plugin:jest/recommended",
"plugin:json/recommended-legacy",
"plugin:json/recommended",
"plugin:node/recommended",
"plugin:prettier/recommended",
"plugin:sonarjs/recommended-legacy",
Expand Down
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 @@ -8,7 +8,7 @@
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-json": "4.0.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
Expand Down

0 comments on commit b2fc2f7

Please sign in to comment.