diff --git a/eslint.config.ts b/eslint.config.ts index a4daacb..d42c498 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -75,6 +75,7 @@ export const config = tseslint.config( 'no-extra-semi': 'off', 'no-secrets/no-secrets': 'error', + // eslint-disable-next-line @typescript-eslint/no-magic-numbers 'sonarjs/cognitive-complexity': ['warn', 20], 'sonarjs/no-duplicate-string': 'warn', diff --git a/test/runEslint.ts b/test/runEslint.ts index 20ba67b..bc433ea 100644 --- a/test/runEslint.ts +++ b/test/runEslint.ts @@ -26,7 +26,7 @@ try { } /* - * Check if processed correctly + * Check if processed */ if (error === null) { @@ -43,7 +43,7 @@ try { } /* - * Check if all imported plugins are used + * Check if all imported plugins used */ console.log('\nPLUGINS TESTED')