diff --git a/docs/Dependencies.md b/docs/Dependencies.md index 54bb12c6a..ba34c3292 100644 --- a/docs/Dependencies.md +++ b/docs/Dependencies.md @@ -12,9 +12,5 @@ baseline for how our code be in all the workspaces in the monorepo. They also need some support packages: * "@typescript-eslint/parser" - Tells ESLint how to read TypeScript syntax +* "@typescript-eslint/eslint-plugin" - Provides TypeScript rules and presets - 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 diff --git a/docs/README.md b/docs/README.md index 756f0bdcd..4c4fa1a07 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,7 +3,7 @@ If you just want to run ente locally or develop on it, you can do yarn - yarn photos:dev + yarn dev:photos The notes in this directory are for maintainers to note down more advanced or infrequently needed details.