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: 26b6f935ffb9932988993e36f18dc931655ab3fe (plain)
1
2
3
4
5
6
---
extends: ../frontend/.eslintrc.yml
settings:
  import/resolver:
    jest:
      jestConfigFile: 'jest.config.integration.js'