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

.eslintrc.yml - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0fe369e61aa90fd7118e88465638266ec302ab4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
root: true
extends:
  - 'plugin:@gitlab/default'
env:
  jest: true
parserOptions:
  parser: '@babel/eslint-parser'
  import/no-extraneous-dependencies: false
rules:
  filenames/match-regex:
    - error
    - "^[a-z0-9_]+(\\.config|\\.[a-z_]+\\_spec)?$"