We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634344a commit c350a0eCopy full SHA for c350a0e
3 files changed
āpackage.jsonā
@@ -35,7 +35,7 @@
35
"find-parent-dir": "^0.3.0",
36
"is-glob": "^4.0.0",
37
"is-windows": "^1.0.2",
38
- "jest-validate": "^23.0.0",
+ "jest-validate": "^23.5.0",
39
"listr": "^0.14.1",
40
"lodash": "^4.17.5",
41
"log-symbols": "^2.2.0",
āsrc/getConfig.jsā
@@ -138,6 +138,7 @@ function validateConfig(config) {
138
exampleConfig,
139
deprecatedConfig,
140
unknown: unknownValidationReporter,
141
+ recursive: false,
142
comment:
143
'Please refer to https://github.com/okonet/lint-staged#configuration for more information...'
144
})
0 commit comments