Skip to content

Commit

Permalink
fix: update packages & add new rules (#36)
Browse files Browse the repository at this point in the history
* Update packages & add new rules

* do not enforce require-top-level-describe
  • Loading branch information
MichaelDeBoey authored and Kent C. Dodds committed Sep 9, 2019
1 parent 1a5369c commit 04236db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions jest.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = {
'jest/no-if': 'error',
'jest/no-standalone-expect': 'off',
'jest/no-try-expect': 'error',
'jest/require-top-level-describe': 'off',
},
env: {
'jest/globals': true,
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,26 +38,26 @@
},
"homepage": "https://github.com/kentcdodds/eslint-config-kentcdodds#readme",
"dependencies": {
"babel-eslint": "^10.0.2",
"eslint-config-prettier": "^6.1.0",
"babel-eslint": "^10.0.3",
"eslint-config-prettier": "^6.2.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.15.1",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"eslint-plugin-react-hooks": "^2.0.1",
"read-pkg-up": "^6.0.0",
"semver": "^6.3.0",
"webpack": "^4.39.2"
"webpack": "^4.39.3"
},
"peerDependencies": {
"eslint": ">=5"
},
"devDependencies": {
"eslint": "^6.2.1",
"eslint": "^6.3.0",
"eslint-find-rules": "^3.4.0",
"husky": "^3.0.4",
"husky": "^3.0.5",
"npm-run-all": "^4.1.5"
}
}

0 comments on commit 04236db

Please sign in to comment.