From 5cffcda08fd1b0c1cf282aa6f00bbeb09366c24c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20Videni=C4=8D?= Date: Mon, 27 Mar 2017 11:09:02 +0200 Subject: [PATCH] fixed linter warnings --- types/jquery.validation/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/jquery.validation/index.d.ts b/types/jquery.validation/index.d.ts index 0710ea2b99..bbe55f2c93 100644 --- a/types/jquery.validation/index.d.ts +++ b/types/jquery.validation/index.d.ts @@ -285,7 +285,7 @@ interface JQuery * @param attributes A space-separated list of attribute names to remove. */ removeAttrs(attributes: string): any; - + // tslint:disable:unified-signatures /** * Adds the specified rules and returns all rules for the first matched element. Requires that the parent form is validated, that is, $( "form" ).validate() is called first. * @@ -303,7 +303,7 @@ interface JQuery * Returns the validation rules for teh first selected element. */ rules(): any; - + // tslint:enable /** * Checks whether the selected form is valid or whether all selected elements are valid. */