A GraphQL-powered, NextJs-based, PWA storefront for Saleor. IMPORTANT: This project is [DEPRECATED] in favor of saleor/react-storefront soon to become our default demo and storefront starter pack.
Currently there are three dependencies that must be installed globally for lint to work: tslint, tslint-config-prettier and tslint-plugin-cypress. These dependencies are required by tslint.json.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
What I'm trying to achieve
Easer development setup.
Describe a proposed solution
Currently there are three dependencies that must be installed globally for lint to work:
tslint
,tslint-config-prettier
andtslint-plugin-cypress
. These dependencies are required bytslint.json
.Since Saleor is a 12-factor application, I think that all dependencies should be added on
package.json
.