From 28648c1d093fcd9bfea9a01aba5add1256c243ac Mon Sep 17 00:00:00 2001 From: Bobby Date: Wed, 4 May 2022 02:33:00 +0530 Subject: [PATCH] eslint-disable-next-line prefer-destructuring --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index b7374d2c..dce27413 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -15,6 +15,7 @@ "no-underscore-dangle": "off", "max-len": "off", "no-plusplus": ["error", { "allowForLoopAfterthoughts": true }], + "prefer-destructuring": "off", "no-param-reassign": [2, { "props": false }], "camelcase": "off", "react/jsx-filename-extension": [