From 1d070f3d47f456099a46462d5d79175c26e3c21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 5 Jun 2021 15:57:31 +0200 Subject: [PATCH] feat: make 'deno lint' stable (#10851) --- cli/flags.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/flags.rs b/cli/flags.rs index 745aa7013f..295bdb317d 100644 --- a/cli/flags.rs +++ b/cli/flags.rs @@ -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