• CaptDust@sh.itjust.works
    link
    fedilink
    arrow-up
    3
    ·
    10 months ago

    Honestly I’ll disable linting across entire files during these kinds of refactors because it’s annoying having build output littered with unused imports and format warnings while I’m still working on a solution. Requires some extra diligence to re-enable and clean up before pushing though.

    • zqwzzle@lemmy.ca
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 months ago

      Use pre-commit with a linter config that checks all files, local dev can have a different config to disable as needed.