ente/docs/Dependencies.md
2024-02-16 20:48:26 +05:30

367 B

Dependencies

Global

These are some global dev dependencies in the root package.json. These set the baseline for how our code be in all the workspaces in the monorepo.

  • "prettier" - Formatter
  • "eslint" - Linter
  • "typescript" - Type checker

They also need some support packages:

  • "@typescript-eslint/parser" - Tells ESLint how to read TypeScript syntax