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
7ff7d838
Commit
7ff7d838
authored
May 13, 2020
by
Vitaly Slobodin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use single quotes in YAML
parent
bf9a9d69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
spec/frontend/.eslintrc.yml
spec/frontend/.eslintrc.yml
+5
-5
No files found.
spec/frontend/.eslintrc.yml
View file @
7ff7d838
---
extends
:
-
"
plugin:@gitlab/jest"
-
'
plugin:@gitlab/jest'
settings
:
# We have to teach eslint-plugin-import what node modules we use
# otherwise there is an error when it tries to resolve them
...
...
@@ -10,7 +10,7 @@ settings:
-
path
import/resolver
:
jest
:
jestConfigFile
:
"
jest.config.js"
jestConfigFile
:
'
jest.config.js'
globals
:
getJSONFixture
:
false
loadFixtures
:
false
...
...
@@ -20,8 +20,8 @@ rules:
jest/expect-expect
:
-
off
-
assertFunctionNames
:
-
"
expect*"
-
"
assert*"
-
"
testAction"
-
'
expect*'
-
'
assert*'
-
'
testAction'
jest/no-test-callback
:
-
off
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