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: 8fff491bdcf859743f561272603c5310f5e5ee07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
extends: ../frontend/.eslintrc.yml
settings:
  import/resolver:
    jest:
      jestConfigFile: 'jest.config.integration.js'
rules:
  no-restricted-imports:
    - error
    - fs
globals:
  mockServer: false