From b567c115c9ce49529e9c2bd47eb9566f9203dd3e Mon Sep 17 00:00:00 2001 From: Zaytsev Kirill Date: Tue, 10 Nov 2020 09:46:04 +0300 Subject: [PATCH] chore: Removed unnecessary comment --- src/Formulario.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Formulario.ts b/src/Formulario.ts index abee46a..b6eac96 100644 --- a/src/Formulario.ts +++ b/src/Formulario.ts @@ -14,7 +14,6 @@ export interface FormularioOptions { validationMessages?: Record; } -// noinspection JSUnusedGlobalSymbols /** * The base formulario library. */