Skip to content

Commit

Permalink
Pin eslint to ^6.8.0
Browse files Browse the repository at this point in the history
- This is due to compatibility issues with eslint 7 and react-scripts
- Related issue: facebook/create-react-app#8977
  • Loading branch information
tomvothecoder committed Jun 15, 2020
1 parent 76c1ac2 commit e8b8433
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 @@ -56,7 +56,7 @@
"@types/uuid": "^8.0.0",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"codecov": "^3.7.0",
"eslint": "7.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-typescript": "8.0.2",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.1",
Expand Down

0 comments on commit e8b8433

Please sign in to comment.