fix: remove lint command from common scripts in README

This commit is contained in:
Dan Dobos
2025-10-20 09:22:05 +02:00
parent 2b189d6763
commit 4e16d6d862
-1
View File
@@ -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 start — start dev server (hot reload)
- npm run build — create a production build - npm run build — create a production build
- npm test — run tests (if present) - npm test — run tests (if present)
- npm run lint — run linters (if configured)
## Notes for development ## Notes for development
- API calls are handled with RTK Query; service files are located in src (look for a services or api directory). - API calls are handled with RTK Query; service files are located in src (look for a services or api directory).