Open kylewillmon opened 1 year ago
The main CLI repository uses deno lint and deno fmt to check extension code.
deno lint
deno fmt
These checks are arguably more important on this repository because there are likely to be more extensions here, with less attention paid to each one. So good tooling for code maintenance is necessary.
The main CLI repository uses
deno lint
anddeno fmt
to check extension code.These checks are arguably more important on this repository because there are likely to be more extensions here, with less attention paid to each one. So good tooling for code maintenance is necessary.