Details
-
Task
-
Resolution: Won't Fix
-
Major - P3
-
None
-
None
-
Not Needed
Description
In the top-level package.json file we have a `test` command that runs all the packages' tests but we don't have a corresponding `lint` that lints all packages.
It seems like every package doesn't have a `lint` command.
Consequently I don't think every package's `check` calls `lint`.