fix: lint
parent
7cae330c3c
commit
5df6c32d04
|
|
@ -168,6 +168,7 @@ function printResult(
|
||||||
`${UNICODE.FAILURE} ${totalCount} problem (${errorCount} errors, ${warningCount} warnings, ${suggestionsCount} suggestions)`,
|
`${UNICODE.FAILURE} ${totalCount} problem (${errorCount} errors, ${warningCount} warnings, ${suggestionsCount} suggestions)`,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
// oxlint-disable-next-line no-unused-expressions
|
||||||
!check && process.exit(1);
|
!check && process.exit(1);
|
||||||
} else {
|
} else {
|
||||||
consola.log(colors.green(`${UNICODE.SUCCESS} No problem`));
|
consola.log(colors.green(`${UNICODE.SUCCESS} No problem`));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue