Skip to content
This repository has been archived by the owner on Aug 29, 2022. It is now read-only.
/ scripts Public archive

Shared configurations used across our projects

License

Notifications You must be signed in to change notification settings

sylodev/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}/*"
    }
  ]
}

About

Shared configurations used across our projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published