lint
The lint runs the ESLint
JavaScript linter on the .
Run npm run lint in the root to trigger this script.
Under the hood, this will run:
Terminal
npm run lint --workspace=core && \
npm run lint --workspace=api && \
npm run lint --workspace=ui
We utilise the various monorepo here.