Skip to content

CE Backport of !13803: "Fix all `no-implicit-coercion` ESLint violations

Nathan Friend requested to merge ce-nfriend-no-implicit-coercion-fixes into master

What does this MR do?

CE backport of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13803.

Fixes all CE violations of the no-implicit-coercion ESLint rule, which will be enabled as part of https://gitlab.com/gitlab-org/gitlab-eslint-config/merge_requests/14.

All of these fixes were generated automatically using ESLint's --fix command. Specifically, the following commands were run:

yarn eslint --fix
yarn prettier-all-save
Edited by Nathan Friend

Merge request reports