hms-dbmi / viv

Library for multiscale visualization of high-resolution multiplexed bioimaging data on the web. Directly renders Zarr and OME-TIFF.
http://avivator.gehlenborglab.org
MIT License
273 stars 43 forks source link

chore: Apply biome import sorting #803

Closed manzt closed 2 months ago

manzt commented 2 months ago

Enables (and enforces) biome's import sorting.

ilan-gold commented 2 months ago

thanks! def missed this one - googled it and everything, thinking it was true!

ilan-gold commented 2 months ago

Oh i'm so sorry I was confused. I thought this was for anndata.js! Feel free to reopen!

manzt commented 2 months ago

Lol no worries. I already merged.

I intentionally left import sorting off in #796, to make the PR easier to review. The main change here is just this line in biome.json:

{
  "$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
  "organizeImports": {
    "enabled": false
  },
  "linter": {
++    "enabled": true,
--    "enabled": false,