Update docs
Ref: https://www.joshuakgoldberg.com/blog/configuring-eslint-prettier-and-typescript-together/
This commit is contained in:
parent
242bb5a890
commit
5b67316720
2 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue