Howdju / howdju

Monorepo for the Howdju crowdsourced fact checking and summarization platform
https://www.howdju.com
GNU Affero General Public License v3.0
5 stars 2 forks source link

Include sorting imports with formatting #245

Open carlgieringer opened 1 year ago

carlgieringer commented 1 year ago

E.g. with a prettier plugin:

Or as another check:everything step using this tool:

carlgieringer commented 1 year ago

We can triggers VSCode's 'sort imports' on save: https://stackoverflow.com/a/54690944/39396

It won't introduce our pattern of grouping the imports by third-party, other package, and local, but it will respect that grouping (separated by a linebreak) if it already exists.