From a54592bcfe512f7e9c80774248975813a8fadaa4 Mon Sep 17 00:00:00 2001 From: Justin Wind Date: Fri, 7 Jun 2024 16:10:45 -0700 Subject: [PATCH] add settings for test files --- eslint.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 65d0a25..48da81d 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -106,6 +106,8 @@ module.exports = [ }, rules: { 'n/no-unpublished-require': 'off', + 'jsdoc/require-jsdoc': 'off', + 'sonarjs/no-duplicate-string': 'off', }, }, -]; \ No newline at end of file +]; -- 2.44.2