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: 046215e4c93fa3700a0bc5283d8fedb553fdd653 (plain)
1
2
3
4
5
6
7
8
9
---
env:
  jest/globals: true
plugins:
- jest
settings:
  import/resolver:
    jest:
      jestConfigFile: "jest.config.js"