From 45be73773d63e852d8f4e18d99012c1bcc06777b Mon Sep 17 00:00:00 2001 From: Pascal Weiland Date: Tue, 2 Jul 2024 12:29:42 +0200 Subject: [PATCH] fix(tests): remove unused eslint rules and attempt to fix linting issues --- tests/numbers.js | 1 - tests/strings.js | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/numbers.js b/tests/numbers.js index 518fcc2..882ea7e 100644 --- a/tests/numbers.js +++ b/tests/numbers.js @@ -1,4 +1,3 @@ -/* eslint-disable sonarjs/no-duplicate-string */ /* by SWR Audio Lab diff --git a/tests/strings.js b/tests/strings.js index 142f1e1..2c28064 100644 --- a/tests/strings.js +++ b/tests/strings.js @@ -1,4 +1,3 @@ -/* eslint-disable sonarjs/no-duplicate-string */ /* by SWR Audio Lab