Commit 7ff7d838 authored by Vitaly Slobodin's avatar Vitaly Slobodin

Use single quotes in YAML

parent bf9a9d69
---
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
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