Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.eslintrc.yml « frontend_integration « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2460e218f59689a4167756d27d18db441cd0214d (plain)
1
2
3
4
5
6
7
8
---
extends: ../frontend/.eslintrc.yml
settings:
  import/resolver:
    jest:
      jestConfigFile: 'jest.config.integration.js'
globals:
  mockServer: false