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

Commit

Permalink
fix(jest): plugin:jest/recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
saiichihashimoto committed Feb 8, 2019
1 parent a846f49 commit 11750f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
extends: [
'airbnb',
'plugin:css-modules/recommended',
'plugin:jest/recommended',
'plugin:you-dont-need-lodash-underscore/all',
'plugin:you-dont-need-momentjs/recommended',
],
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"cz-conventional-changelog": "2.1.0",
"eslint": "5.13.0",
"eslint-find-rules": "3.3.1",
"eslint-plugin-jest": "22.2.2",
"husky": "1.3.1",
"lint-my-app": "3.1.3",
"npm-run-all": "4.1.5"
Expand Down

0 comments on commit 11750f0

Please sign in to comment.