From 10134de089cb05617565634df5fcdf552df53e8c Mon Sep 17 00:00:00 2001 From: Mathias Oterhals Myklebust Date: Tue, 17 Sep 2024 12:51:21 +0200 Subject: [PATCH] docs(README): npm run fix --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c5302d1b..bde4aad6b 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ To get started with Sankitty, follow these steps: - `npm run start`: Start the Next.js application in production mode. - `npm run format`: Format the codebase using Prettier to ensure consistent code style across the project. - `npm run lint`: Lint the project using ESLint. +- `npm run fix`: Format and lint in one command. ## Project Structure