Commit 8740b25b authored by 🕺 Winnie 🕺's avatar 🕺 Winnie 🕺 Committed by Vitaly Slobodin

Remove override for ee_component from ESLint config (RUN AS-IF-FOSS)

parent 4fb2e5cd
......@@ -26,9 +26,6 @@ rules:
- _links
import/no-unresolved:
- error
- ignore:
# https://gitlab.com/gitlab-org/gitlab/issues/38226
- '^ee_component/'
# Disabled for now, to make the airbnb-base 12.1.0 -> 13.1.0 update smoother
no-else-return:
- error
......
/* eslint-disable global-require */
/* eslint-disable global-require, import/no-unresolved */
import { memoize } from 'lodash';
export const getProject = () => require('test_fixtures/api/projects/get.json');
......
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