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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-04-21 18:10:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-04-21 18:10:09 +0300
commit48e30ea32f840f5c92e71e34f7a3166b4fc35576 (patch)
treed48e49ca3f10b7ad0c929a57abcb09205352d606 /.eslintrc.yml
parent77839aae00dbe2dd955b946739d07fdcbac4468b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index 7f45fd912a9..72c33873ada 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -99,7 +99,7 @@ rules:
message: 'Migrate to GlSkeletonLoader, or import GlDeprecatedSkeletonLoading.'
overrides:
- files:
- - '{,ee/,jh/}spec/frontend*/**/*'
+ - '{,ee/,jh/}spec/frontend*/**/*'
rules:
'@gitlab/require-i18n-strings': off
'@gitlab/no-runtime-template-compiler': off
@@ -139,13 +139,11 @@ overrides:
parser: '@graphql-eslint/eslint-plugin'
operations:
- '{,ee/,jh/}app/**/*.graphql'
- # You can run `bundle exec rake gitlab:graphql:schema:dump` and then uncomment this line
- # schema: './tmp/tests/graphql/gitlab_schema.graphql'
+ # You can run `bundle exec rake gitlab:graphql:schema:dump` and then uncomment this line
+ # schema: './tmp/tests/graphql/gitlab_schema.graphql'
rules:
filenames/match-regex: off
spaced-comment: off
- # TODO: We need a way to include this rule + support ee_else_ce fragments
- #'@graphql-eslint/unique-fragment-name': error
# TODO: Uncomment these rules when then `schema` is available
#'@graphql-eslint/fragments-on-composite-type': error
#'@graphql-eslint/known-argument-names': error
@@ -153,3 +151,4 @@ overrides:
'@graphql-eslint/no-anonymous-operations': error
'@graphql-eslint/unique-operation-name': error
'@graphql-eslint/require-id-when-available': error
+ '@graphql-eslint/unique-fragment-name': error