From c3a949fe6641b976ed8f1c1428b3de86ec6183e7 Mon Sep 17 00:00:00 2001 From: bepyan Date: Fri, 26 Jul 2024 15:17:15 +0900 Subject: [PATCH] fix: eslint pass number --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 9b5c5b0..4ae5cbe 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -4,6 +4,6 @@ "plugin:@tanstack/eslint-plugin-query/recommended" ], "rules": { - "react/no-children-prop": "0" + "react/no-children-prop": 0 } }