diff options
author | Quentin Gliech <quentingliech@gmail.com> | 2020-02-04 20:57:43 +0100 |
---|---|---|
committer | Quentin Gliech <quentingliech@gmail.com> | 2020-02-11 20:54:37 +0100 |
commit | 6a502c145bd8f2e2e1a9c0b103c11f0433c60737 (patch) | |
tree | 72c3a23aa6c5df8013d53523fa4125a3e28063a8 /webui/codegen.yaml | |
parent | 9c570cac725fe7048ddd1d181b33b8fa1808e401 (diff) | |
download | git-bug-6a502c145bd8f2e2e1a9c0b103c11f0433c60737.tar.gz |
webui: convert bug list to typescript
Diffstat (limited to 'webui/codegen.yaml')
-rw-r--r-- | webui/codegen.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/webui/codegen.yaml b/webui/codegen.yaml index 3cbcfb09..161fd1c7 100644 --- a/webui/codegen.yaml +++ b/webui/codegen.yaml @@ -12,6 +12,7 @@ generates: - typescript ./src/: plugins: + - add: '/* eslint-disable @typescript-eslint/no-unused-vars */' - typescript-operations - typescript-react-apollo preset: near-operation-file @@ -23,9 +24,6 @@ generates: withHOC: false withHooks: true -config: - documentMode: documentNode - hooks: afterOneFileWrite: - prettier --write |