From 9daae7585b9170b8c18d61a9251ca8a99ffa6f2d Mon Sep 17 00:00:00 2001 From: rin4ik Date: Thu, 5 Sep 2024 06:34:39 +0500 Subject: [PATCH] update nalog --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 91ee0af..a18aa4e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -9,7 +9,7 @@ module.exports = { ], rules: { 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', - 'no-debugger': 'off', + 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'max-len': 'off', }, parserOptions: {