-
Type:
Task
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Tech debt
-
None
-
Not Needed
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`.