diff options
author | Quentin Gliech <quentingliech@gmail.com> | 2020-01-21 21:01:51 +0100 |
---|---|---|
committer | Quentin Gliech <quentingliech@gmail.com> | 2020-01-21 21:01:51 +0100 |
commit | 5374a74ecbd6a41719371b457ca1f876868c54c8 (patch) | |
tree | 348f1ca3c7469fe8c2a9c6ecd69ce0ef6b55b9b5 /webui/.eslintrc | |
parent | ead3fdd07489c8945ecbd7de6675c4fd49c2877e (diff) | |
download | git-bug-5374a74ecbd6a41719371b457ca1f876868c54c8.tar.gz |
webui: use the IntrospectionFragmentMatcher & update dependencies
Diffstat (limited to 'webui/.eslintrc')
-rw-r--r-- | webui/.eslintrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webui/.eslintrc b/webui/.eslintrc index 9cf9d009..112028d8 100644 --- a/webui/.eslintrc +++ b/webui/.eslintrc @@ -1,3 +1,4 @@ { - "extends": ["react-app", "plugin:prettier/recommended"] + "extends": ["react-app", "plugin:prettier/recommended"], + "ignorePatterns": ["src/fragmentTypes.js"] } |