Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 334 Bytes

File metadata and controls

19 lines (15 loc) · 334 Bytes

scripts

Shared configurations used across our projects.

pnpm install @sylo-digital/scripts@latest -D

For a monorepo, add this to .vscode/settings.json or else eslint will helpfully silently fail in the background.

{
  "eslint.workingDirectories": [
    {
      "pattern": "./{packages,apps}/*"
    }
  ]
}