From 8cf4ac432dc7fdb7ff02726968c58534cfd9ffb1 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 30 Oct 2024 01:33:03 +0530 Subject: [PATCH] Allow props --- .eslintrc.cjs | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index ed06925b..56196729 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -86,6 +86,7 @@ module.exports = { j: true, k: true, param: true, + props: true, req: true, res: true, str: true,