Skip to content

Commit

Permalink
fix: Disable recursive checks for jest-validate (#483)
Browse files Browse the repository at this point in the history
- Set version for jest-validate to ^23.5.0 which introduced the
  recursive option.
- Regenerate yarn.lock with latest deps.
  • Loading branch information
sudo-suhas authored and okonet committed Aug 12, 2018
1 parent 634344a commit c350a0e
Show file tree
Hide file tree
Showing 3 changed files with 905 additions and 986 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
"find-parent-dir": "^0.3.0",
"is-glob": "^4.0.0",
"is-windows": "^1.0.2",
"jest-validate": "^23.0.0",
"jest-validate": "^23.5.0",
"listr": "^0.14.1",
"lodash": "^4.17.5",
"log-symbols": "^2.2.0",
Expand Down
1 change: 1 addition & 0 deletions src/getConfig.js
Expand Up @@ -138,6 +138,7 @@ function validateConfig(config) {
exampleConfig,
deprecatedConfig,
unknown: unknownValidationReporter,
recursive: false,
comment:
'Please refer to https://github.com/okonet/lint-staged#configuration for more information...'
})
Expand Down

0 comments on commit c350a0e

Please sign in to comment.