Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
fix(dependencies): downgrade eslint
Browse files Browse the repository at this point in the history
This is needed for eslint-config-react-app to work properly
  • Loading branch information
coderbyheart committed Jul 23, 2019
1 parent 492316f commit eca3331
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 82 deletions.
133 changes: 55 additions & 78 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
"@types/reactstrap": "^8.0.1",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"babel-eslint": "^10.0.2",
"babel-eslint": "^9.0.0",
"change-case": "^3.1.0",
"eslint": "^6.1.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-react-app": "^4.0.1",
"eslint-plugin-flowtype": "^3.12.1",
"eslint-plugin-flowtype": "^2.50.3",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-app": "^5.0.1",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint-plugin-react-hooks": "^1.5.0",
"husky": "^3.0.1",
"lint-staged": "^9.1.0",
"node-sass": "^4.12.0",
Expand Down

0 comments on commit eca3331

Please sign in to comment.