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: e78a38d31f59d26909313bb1f531c8730760da8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
env:
  jest/globals: true
plugins:
  - jest
extends:
  - 'plugin:jest/recommended'
settings:
  import/resolver:
    jest:
      jestConfigFile: 'jest.config.js'
globals:
  getJSONFixture: false
  loadFixtures: false
  preloadFixtures: false
  setFixtures: false