Skip to content

Commit

Permalink
feat: bump some eslint dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Jan 31, 2022
1 parent 04509e8 commit 5cf621a
Show file tree
Hide file tree
Showing 3 changed files with 716 additions and 295 deletions.
9 changes: 8 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
"jsx-a11y/href-no-hash": 0,
"no-useless-escape": "off",
"no-duplicate-imports": "error",
"import/no-anonymous-default-export": 0
"import/no-anonymous-default-export": 0,
"testing-library/no-container": 0,
"testing-library/no-node-access": 0,
"testing-library/render-result-naming-convention": 0,
"testing-library/prefer-screen-queries": 0,
"testing-library/prefer-presence-queries": 0,
"testing-library/no-unnecessary-act": 0,
"testing-library/no-wait-for-multiple-assertions": 0
},
"settings": {
"react": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"eslint-config-prettier": "6.15.0",
"eslint-config-react-app": "6.0.0",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest-dom": "3.2.4",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-testing-library": "3.9.2",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-testing-library": "^5.0.4",
"husky": "4.3.0",
"jest": "26.6.0",
"jest-localstorage-mock": "2.4.3",
Expand Down
Loading

0 comments on commit 5cf621a

Please sign in to comment.