MetaMask / core

This monorepo is a collection of packages used across multiple MetaMask clients
MIT License
275 stars 180 forks source link

Add linting for TypeScript configuration files #966

Open mcmire opened 1 year ago

mcmire commented 1 year ago

It is easy for the TypeScript files to be misconfigured due to requirements that aren't obvious.

At the project level, the following should hold true:

For each public workspace package, the following should hold true:

mcmire commented 3 months ago

We may be able to auto-generate project references from Yarn workspaces. See various solutions posted here: https://github.com/microsoft/TypeScript/issues/25376