chore(web): bump deps #529
lint-web.yaml
on: push
tsc
/
TypeScript
21s
eslint
/
ESLint
30s
Annotations
2 errors
|
eslint / ESLint
Process completed with exit code 1.
|
|
eslint / ESLint:
web/src/features/mentors/selectors.ts#L116
`localeCompare` constructs an `Intl.Collator` on every call. Hoist `const collator = new Intl.Collator(...)` outside the callback and use `collator.compare(a, b)`
|