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: ff18f0e4a2d5d9ec1a71ee73c0f0b81fb5d00be0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
env:
  jest/globals: true
plugins:
  - jest
settings:
  import/resolver:
    jest:
      jestConfigFile: 'jest.config.js'
globals:
  getJSONFixture: false
  loadFixtures: false
  preloadFixtures: false
  setFixtures: false
rules:
  jest/no-identical-title: error
  jest/no-focused-tests: error
  jest/valid-describe: error
  jest/no-jasmine-globals: error