From 26b4255c4bd92adb7b8fb348d1218648182717f2 Mon Sep 17 00:00:00 2001 From: "max.kless@googlemail.com" Date: Fri, 18 Feb 2022 10:31:48 +0100 Subject: [PATCH] fix: disable rule in testing module --- src/app/shared/formly/dev/testing/formly-testing.module.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/shared/formly/dev/testing/formly-testing.module.ts b/src/app/shared/formly/dev/testing/formly-testing.module.ts index bd8120822c..659e9b67ef 100644 --- a/src/app/shared/formly/dev/testing/formly-testing.module.ts +++ b/src/app/shared/formly/dev/testing/formly-testing.module.ts @@ -5,6 +5,7 @@ import { FieldType, FieldWrapper, FormlyFieldConfig, FormlyForm, FormlyModule } import { FormlySelectModule } from '@ngx-formly/core/select'; /* eslint-disable ish-custom-rules/project-structure */ +/* eslint-disable ish-custom-rules/require-formly-code-documentation */ @Component({ template: 'CaptchaFieldComponent: {{ field.key }} {{ to | json }}' }) class CaptchaFieldComponent extends FieldType {}