From c74cf46c5f671596b924328e0b80d5eb39dc21b2 Mon Sep 17 00:00:00 2001 From: niczem Date: Fri, 8 Dec 2023 01:22:43 +0100 Subject: [PATCH] multiple rules switched off in .eslintrc.js --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index b3a390d..14061f0 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -20,7 +20,7 @@ module.exports = { sourceType: "module", }, rules: { - 'n/no-callback-literal': 'off', + 'n/no-callback-literal': 'off', '@typescript-eslint/explicit-function-return-type': 'off', '@typescript-eslint/no-floating-promises': 'off', '@typescript-eslint/strict-boolean-expressions': 'off',