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

quiet describe typo #4688

Merged
merged 1 commit into from May 7, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tslintCli.ts
Expand Up @@ -187,7 +187,7 @@ const options: Option[] = [
short: "q",
name: "quiet",
type: "boolean",
describe: "hide errors on lint",
describe: "hide warnings on lint",
description: "If true, hides warnings from linting output.",
},
{
Expand Down