Skip to content

Commit

Permalink
feat: Update dependencies & add new rules (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Aug 22, 2020
1 parent 0e47472 commit 756d2e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ module.exports = {
'jest/no-hooks': 'off',
'jest/no-identical-title': 'error',
'jest/no-if': 'error',
'jest/no-interpolation-in-snapshots': 'error',
'jest/no-jasmine-globals': 'off',
'jest/no-jest-import': 'error',
'jest/no-large-snapshots': ['warn', {maxSize: 300}],
Expand Down Expand Up @@ -98,6 +99,7 @@ module.exports = {
'testing-library/no-debug': 'error',
'testing-library/no-dom-import': ['error', 'react'],
'testing-library/no-manual-cleanup': 'error',
'testing-library/no-render-in-setup': 'error',
'testing-library/no-wait-for-empty-callback': 'error',
'testing-library/prefer-explicit-assert': 'warn',
'testing-library/prefer-find-by': 'error',
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@
"eslint-import-resolver-webpack": "^0.12.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.18.2",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jest-dom": "^2.1.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-testing-library": "^3.3.2",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"eslint-plugin-testing-library": "^3.6.0",
"read-pkg-up": "^7.0.1",
"semver": "^7.3.2",
"webpack": "^4.44.0"
"webpack": "^4.44.1"
},
"peerDependencies": {
"eslint": ">=6"
},
"devDependencies": {
"@testing-library/dom": "^7.21.5",
"@testing-library/jest-dom": "^5.11.1",
"@testing-library/dom": "^7.22.3",
"@testing-library/jest-dom": "^5.11.3",
"eslint": "^6.8.0",
"eslint-find-rules": "^3.6.0",
"kcd-scripts": "^6.2.4",
Expand Down

0 comments on commit 756d2e5

Please sign in to comment.