From a479107eb12a93f7e2e047e9d6ee6aa31b0e4dfb Mon Sep 17 00:00:00 2001 From: Hiromasa Ihara Date: Mon, 30 Sep 2024 06:25:33 +0900 Subject: [PATCH] UI: add @stylistic to style rules (#2779) --- ui/.eslintrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/.eslintrc.json b/ui/.eslintrc.json index c3095af0cf..8a3902ecdd 100644 --- a/ui/.eslintrc.json +++ b/ui/.eslintrc.json @@ -89,8 +89,8 @@ } ], "@typescript-eslint/member-ordering": "error", - "no-multiple-empty-lines": "error", - "quotes": [ + "@stylistic/no-multiple-empty-lines": "error", + "@stylistic/quotes": [ "error", "double" ],