From d98882d522ae41526ce89dfb622b4a401ea5410d Mon Sep 17 00:00:00 2001 From: Howard Kim Date: Tue, 1 Jul 2025 10:00:21 -0700 Subject: [PATCH] update --- .eslintrc.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index c66d1475..54de58af 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -6,7 +6,11 @@ "rules": { "no-unused-vars": "error", "no-undef": "error", - "no-unexpected-multiline": "off" + "no-unexpected-multiline": "off", + "curly": ["error", "multi-line", "consistent"], + "no-nested-ternary": "off", + "indent": ["error", 2, { "offsetTernaryExpressions": true }] + }, "globals": { "module": "readonly",