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

.eslintrc.yml « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 054dc27cda638925fd9586c941093b6d53949543 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
env:
  jest/globals: true
plugins:
  - jest
settings:
  import/resolver:
    jest:
      jestConfigFile: 'jest.config.js'
globals:
  getJSONFixture: false
  loadFixtures: false
  preloadFixtures: false
  setFixtures: false