Manav Rathi 2024-02-16 22:05:15 +05:30
parent 242bb5a890
commit 5b67316720
2 changed files with 2 additions and 6 deletions

View file

@ -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

View file

@ -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.