Commit 3511db37 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'winh-fix-eslint-import-no-unresolved-foss' into 'master'

Ignore unresolved imports from ee_component/

See merge request gitlab-org/gitlab!21231
parents a5d7d416 466a0425
......@@ -30,6 +30,11 @@ rules:
no-else-return:
- error
- allowElseIf: true
import/no-unresolved:
- error
- ignore:
# https://gitlab.com/gitlab-org/gitlab/issues/38226
- '^ee_component/'
import/no-useless-path-segments: off
import/order: off
lines-between-class-members: off
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment