Commit cedf94df authored by Mike Greiling's avatar Mike Greiling

Merge branch 'winh-jest-eslint-ee' into 'master'

Make ESLint config for Jest in EE the same as in CE

See merge request gitlab-org/gitlab-ee!14312
parents c5771426 2ffe625f
---
env:
jest/globals: true
plugins:
- jest
settings:
import/resolver:
jest:
jestConfigFile: "jest.config.js"
extends: ../../../spec/frontend/.eslintrc.yml
rules:
jest/no-jasmine-globals: off
jest/valid-describe: 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