Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
_no issue_ ## Description #8058 made linting with types fast enough to enable again. It's even fast enough now that the splitting doesn't save any time. This gets rid of the `lint-with-types.sh` script that managed the splitting. The CI job now just runs `yarn lint`. Doing that required that each package's `yarn lint` command has types enabled, so it does that too. An upshot is that now running `yarn lint` locally will check no-floating-promises, even though the IDE still doesn't. ### Security Considerations n/a ### Scaling Considerations n/a ### Documentation Considerations reduces need to document ### Testing Considerations CI. ~Once it passes, someone will have to update branch protections to remove the split primary/rest requirements.~ When this PR started there wasn't a point to two jobs, but now the second job covers a3p-integration so it's worth keeping
- Loading branch information