From c358c7f6cd5a911e44875055acd9425c544396ce Mon Sep 17 00:00:00 2001 From: changfeng Date: Mon, 30 Jan 2023 00:29:33 +0800 Subject: [PATCH] chore: disable security/detect-object-injection --- packages/basic/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/basic/index.js b/packages/basic/index.js index beaecb4..32b6fb0 100644 --- a/packages/basic/index.js +++ b/packages/basic/index.js @@ -138,6 +138,8 @@ module.exports = { }, ], + 'security/detect-object-injection': off, + // Common 'camelcase': off, 'no-cond-assign': [error, 'always'],