Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8740b25b
Commit
8740b25b
authored
Nov 17, 2020
by
🕺 Winnie 🕺
Committed by
Vitaly Slobodin
Nov 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove override for ee_component from ESLint config (RUN AS-IF-FOSS)
parent
4fb2e5cd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
.eslintrc.yml
.eslintrc.yml
+0
-3
spec/frontend_integration/test_helpers/fixtures.js
spec/frontend_integration/test_helpers/fixtures.js
+1
-1
No files found.
.eslintrc.yml
View file @
8740b25b
...
@@ -26,9 +26,6 @@ rules:
...
@@ -26,9 +26,6 @@ rules:
-
_links
-
_links
import/no-unresolved
:
import/no-unresolved
:
-
error
-
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
# Disabled for now, to make the airbnb-base 12.1.0 -> 13.1.0 update smoother
no-else-return
:
no-else-return
:
-
error
-
error
...
...
spec/frontend_integration/test_helpers/fixtures.js
View file @
8740b25b
/* eslint-disable global-require */
/* eslint-disable global-require
, import/no-unresolved
*/
import
{
memoize
}
from
'
lodash
'
;
import
{
memoize
}
from
'
lodash
'
;
export
const
getProject
=
()
=>
require
(
'
test_fixtures/api/projects/get.json
'
);
export
const
getProject
=
()
=>
require
(
'
test_fixtures/api/projects/get.json
'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment