Skip to content

Commit

Permalink
chore: fix ESLINT JSON errors by introducing eslint-plugin-json depen…
Browse files Browse the repository at this point in the history
…dency
  • Loading branch information
JamieSlome committed Apr 29, 2024
1 parent 62c17e4 commit 6314353
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"eslint:recommended",
"plugin:react/recommended",
"google",
"prettier"
"prettier",
"plugin:json/recommended"
],
"overrides": [],
"parserOptions": {
Expand Down
59 changes: 58 additions & 1 deletion package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@
"@commitlint/config-conventional": "^19.0.0",
"@vitejs/plugin-react": "^4.0.2",
"chai": "^4.2.0",
"eslint": "^8.0.0",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-standard": "^5.0.0",
Expand Down

0 comments on commit 6314353

Please sign in to comment.