feat: make 'deno lint' stable (#10851)

This commit is contained in:
Bartek Iwańczuk 2021-06-05 15:57:31 +02:00 committed by GitHub
parent cf351f77c2
commit 1d070f3d47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -880,9 +880,9 @@ https://deno.land/manual/getting_started/setup_your_environment#editors-and-ides
fn lint_subcommand<'a, 'b>() -> App<'a, 'b> {
SubCommand::with_name("lint")
.about("UNSTABLE: Lint source files")
.about("Lint source files")
.long_about(
"UNSTABLE: Lint JavaScript/TypeScript source code.
"Lint JavaScript/TypeScript source code.
deno lint
deno lint myfile1.ts myfile2.js