ente/docs/Dependencies.md

21 lines
541 B
Markdown
Raw Normal View History

2024-02-16 05:37:16 +00:00
# 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
TODO(MR): This is no longer needed with the new flat format.
* "typescript-eslint" - TypeScript support for ESLint
TODO(MR): Move this to the top level package.json