Skip to content

Commit

Permalink
front: Downgrade eslint to ^8.2.0 in package.json.
Browse files Browse the repository at this point in the history
Downgrade eslint version from ^9.0.0 to ^8.2.0 due to incompatibility
with eslint-config-airbnb, which does not yet support eslint 9.

Signed-off-by: Nikolay Martyanov <[email protected]>
  • Loading branch information
OhmSpectator committed Jul 11, 2024
1 parent c19e043 commit 4e7407e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
]
},
"devDependencies": {
"eslint": "^9.0.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-markdownlint": "^0.6.0",
"react-scripts": "^5.0.1"
Expand Down

0 comments on commit 4e7407e

Please sign in to comment.