From 4e16d6d8626d2b57cfb2838f3b0a0926a7dbf85f Mon Sep 17 00:00:00 2001 From: Dan Dobos Date: Mon, 20 Oct 2025 09:22:05 +0200 Subject: [PATCH] fix: remove lint command from common scripts in README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bb8cd5b..72995ae 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ The application shows a product home page and a cart page, the routing is done w - npm start — start dev server (hot reload) - npm run build — create a production build - npm test — run tests (if present) -- npm run lint — run linters (if configured) ## Notes for development - API calls are handled with RTK Query; service files are located in src (look for a services or api directory).