lint-staged
Advanced tools
Comparing version 15.4.2 to 15.4.3
@@ -99,4 +99,2 @@ type SyncFunctionTask = (stagedFileNames: string[]) => string | string[] | ||
*/ | ||
type lintStaged = (options: Options, logger?: Logger) => Promise<boolean> | ||
export default lintStaged | ||
export default function lintStaged(options: Options, logger?: Logger): Promise<boolean> |
{ | ||
"name": "lint-staged", | ||
"version": "15.4.2", | ||
"version": "15.4.3", | ||
"description": "Lint files staged by git", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
128347
2249