Skip to content

Commit

Permalink
Merge pull request #815 from classtranscribe/hd/fix-eslint-package-co…
Browse files Browse the repository at this point in the history
…llision

Fix Eslint package collision
  • Loading branch information
angrave authored Jun 8, 2024
2 parents 67f212a + fb188ac commit b79bcc0
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,6 @@
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"dva": "^2.4.1",
"eslint": "^7.11.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^3.9.2",
"eslint-webpack-plugin": "^2.5.2",
"file-loader": "6.1.1",
"fs-extra": "^9.0.1",
"harmony-reflect": "^1.6.1",
Expand Down Expand Up @@ -163,11 +153,18 @@
"@testing-library/user-event": "14.5.2",
"babel-jest": "^26.6.0",
"cross-env": "^7.0.2",
"eslint": "^7.11.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-testing-library": "^3.9.2",
"eslint-webpack-plugin": "^2.5.2",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.20.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.4",
"prettier": "^2.0.5",
Expand Down

0 comments on commit b79bcc0

Please sign in to comment.