From 4468dd6948c69c98f24c7b6d3642ba34ef788aaf Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:28:56 +1100 Subject: [PATCH] docs: update OVERVIEW.md Update pkg scripts. --- docs/contributing/frontend/OVERVIEW.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/contributing/frontend/OVERVIEW.md b/docs/contributing/frontend/OVERVIEW.md index a87b41f62f..91a200cea7 100644 --- a/docs/contributing/frontend/OVERVIEW.md +++ b/docs/contributing/frontend/OVERVIEW.md @@ -20,10 +20,11 @@ Invoke's UI is made possible by many contributors and open-source libraries. Tha - `dev`: run the frontend in dev mode, enabling hot reloading - `build`: run all checks (madge, eslint, prettier, tsc) and then build the frontend - `typegen`: generate types from the OpenAPI schema (see [Type generation]) -- `lint:madge`: check frontend for circular dependencies -- `lint:eslint`: check frontend for code quality -- `lint:prettier`: check frontend for code formatting -- `lint:tsc`: check frontend for type issues +- `lint:dpdm`: check circular dependencies +- `lint:eslint`: check code quality +- `lint:prettier`: check code formatting +- `lint:tsc`: check type issues +- `lint:knip`: check for unused exports or objects (failures here are just suggestions, not hard fails) - `lint`: run all checks concurrently - `fix`: run `eslint` and `prettier`, fixing fixable issues