From 3419e0e1fe8e48a08b63ca0ded31087f913eb2b6 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 30 Aug 2021 16:24:25 +0200 Subject: Migrate to webdriverio --- client/.eslintrc.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/.eslintrc.json') diff --git a/client/.eslintrc.json b/client/.eslintrc.json index cfa758405..021de0118 100644 --- a/client/.eslintrc.json +++ b/client/.eslintrc.json @@ -22,6 +22,8 @@ "plugin:@angular-eslint/template/process-inline-templates" ], "rules": { + "jsdoc/newline-after-description": "off", + "jsdoc/check-alignment": "off", "lines-between-class-members": "off", "@typescript-eslint/lines-between-class-members": [ "off" ], "arrow-body-style": "off", -- cgit v1.2.3