From 552891cfc3af79c9d43eb4fefd57f14c032763c2 Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Sat, 1 Nov 2025 23:21:50 +0700 Subject: [PATCH] fix(lint): remove no-constant-binary-expression override --- eslint.config.cjs | 1 - 1 file changed, 1 deletion(-) diff --git a/eslint.config.cjs b/eslint.config.cjs index 7907f4bce..ab07e8b62 100644 --- a/eslint.config.cjs +++ b/eslint.config.cjs @@ -152,7 +152,6 @@ module.exports = [ // The following rules are part of eslint:recommended // and can be remove once solved - 'no-constant-binary-expression': 'warn', 'no-loss-of-precision': 'warn', // The following rules are part of @typescript-eslint/recommended-type-checked