mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 12:58:54 -05:00
feat: make 'deno lint' stable (#10851)
This commit is contained in:
parent
cf351f77c2
commit
1d070f3d47
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue