Skip to content

Commit

Permalink
back: 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 a1c3077 commit c19e043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Backend for Track Your Regions",
"devDependencies": {
"dotenv-cli": "^7.3.0",
"eslint": "^9.0.0",
"eslint": "^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-markdownlint": "^0.6.0",
"nodemon": "^3.0.1",
Expand Down

0 comments on commit c19e043

Please sign in to comment.