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-06-16 12:09:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-06-16 12:09:15 +0300
commitb7b44de429911864686599ef1643baf525bf75ec (patch)
tree5c066cff07a9900bbc4c1907b0563857b4361b40 /.eslintrc.yml
parent06bcbc77e472a70b8332150a941539c55953ef2b (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index 97c24d99871..da771a4a6f6 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -164,8 +164,8 @@ overrides:
#'@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
- #'@graphql-eslint/known-type-names': error
+ '@graphql-eslint/known-argument-names': error
+ '@graphql-eslint/known-type-names': error
'@graphql-eslint/no-anonymous-operations': error
'@graphql-eslint/unique-operation-name': error
'@graphql-eslint/require-id-when-available': error