saleor / saleor-storefront

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.
https://demo.saleor.io/
BSD 3-Clause "New" or "Revised" License
769 stars 672 forks source link

tslint dependencies are implicit - but should be added on package.json #944

Closed macabeus closed 3 years ago

macabeus commented 4 years ago

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 and tslint-plugin-cypress. These dependencies are required by tslint.json.

Since Saleor is a 12-factor application, I think that all dependencies should be added on package.json.

stale[bot] commented 3 years ago

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.