phylum-dev / community-extensions

A collection of community extensions for the Phylum CLI
https://www.phylum.io/
GNU General Public License v3.0
1 stars 1 forks source link

Enforce linting and formatting on extensions #15

Open kylewillmon opened 1 year ago

kylewillmon commented 1 year ago

The main CLI repository uses deno lint and deno 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.