Skip to content

Add gitlab eslint config to fix syntax errors

Simon Knox requested to merge gitlab-eslint-config into master

What does this MR do?

Attempt to fix gitlab-org/gitlab#118777 (closed)

We use babel for GitLab codebase, but that meant new features (such as optional chaining) caused syntax errors during security scanning. This ensures we are using a similar eslint config and will hopefully make everything ok again

What are the relevant issue numbers?

gitlab-org/gitlab#118777 (closed)

Does this MR meet the acceptance criteria?

Merge request reports